feat: add default_language config parameter
This commit is contained in:
parent
e88ac7caff
commit
1d03d584c2
3 changed files with 11 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ type AIConfig struct {
|
|||
Model string `yaml:"model"`
|
||||
Temperature float32 `yaml:"temperature"`
|
||||
MaxTokens int `yaml:"max_tokens"`
|
||||
DefaultLanguage string `yaml:"default_language"`
|
||||
}
|
||||
|
||||
type ContextConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue