cfgisaac

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileDB

type FileDB struct {
	Prompt     string `json:"prompt"`
	Completion string `json:"completion"`
}

type InitConfig

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

type IsaacConfig struct {
	InitConfig InitConfig  `json:"initConfig"`
	AwsConfig  *aws.Config `json:"awsConfig"`
}

Jump to

Keyboard shortcuts

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