aimodules

package
v0.0.0-...-8abfa7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2022 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AIModule

type AIModule struct {
	Version       uint   `json:"moduleVersion"`
	EncodedData   string `json:"data"`
	EncryptedData []byte
	PrefixID      string
	Hash          string
	Name          string `json:"name"`
	Description   string `json:"description"`
	Model         string `json:"model"`
	Steps         uint   `json:"steps"`
}

func AIModuleFromArgs

func AIModuleFromArgs(id string, name string, description string) AIModule

func AIModuleFromFile

func AIModuleFromFile(path string) AIModule

func (*AIModule) ToPrefix

func (aimodule *AIModule) ToPrefix() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL