package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Jan 6, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command struct {
Description string `yaml:"description"`
System_prompt string `yaml:"system_prompt"`
}
type Config struct {
System System `yaml:"system"`
Ai Ai `yaml:"ai"`
}
Root structure of information read from config file
type OpenAI struct {
Model string `yaml:"model"`
}
type System struct {
Debug SystemDebug `yaml:"debug"`
}
type SystemDebug struct {
Log_level string `yaml:"log_level"`
}
type VertexAI struct {
Model string `yaml:"model"`
Project string `yaml:"project"`
Region string `yaml:"region"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.