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 AIModuleFromFile ¶
Click to show internal directories.
Click to hide internal directories.