Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
func InitConfig ¶
func UserPrompt ¶
Types ¶
type AppConf ¶
type AppConf struct {
LLM LLM `yaml:"llm" json:"llm"`
LLMs map[string]LLM `yaml:"llms,omitempty" json:"llms,omitempty"`
Prompt *Prompt
}
func LoadConfig ¶
func (*AppConf) PickupModel ¶
func (c *AppConf) PickupModel()
Click to show internal directories.
Click to hide internal directories.