package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Mar 18, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileDB struct {
Prompt string `json:"prompt"`
Completion string `json:"completion"`
}
type InitConfig struct {
Region string `json:"region"`
Model string `json:"model"`
ImageModel string `json:"imageModel"`
S3Bucket string `json:"s3bucket"`
Tokens string `json:"tokens"`
Temperature string `json:"temperature"`
}
type IsaacConfig struct {
InitConfig InitConfig `json:"initConfig"`
AwsConfig *aws.Config `json:"awsConfig"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.