mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
small tweak
This commit is contained in:
4
env.go
4
env.go
@@ -13,8 +13,8 @@ type EnvTokens struct {
|
||||
}
|
||||
|
||||
type EnvSettings struct {
|
||||
CleanContent bool `json:"cleanContent"`
|
||||
MaxIterations uint `json:"maxIterations"`
|
||||
CleanContent bool `json:"cleanup"`
|
||||
MaxIterations uint `json:"iterations"`
|
||||
}
|
||||
|
||||
type Environment struct {
|
||||
|
@@ -9,6 +9,6 @@ tokens:
|
||||
|
||||
settings:
|
||||
# Replace unicode quotes, dashes, etc. in the assistants output (optional, default: false)
|
||||
cleanContent: true
|
||||
cleanup: true
|
||||
# How many messages/tool calls before the model is cut off (optional, default: 3)
|
||||
maxIterations: 3
|
||||
iterations: 3
|
Reference in New Issue
Block a user