1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 01:09:54 +00:00

small tweak

This commit is contained in:
Laura
2025-08-16 15:16:34 +02:00
parent abefbf1b92
commit 0e198ec88f
2 changed files with 4 additions and 4 deletions

4
env.go
View File

@@ -13,8 +13,8 @@ type EnvTokens struct {
} }
type EnvSettings struct { type EnvSettings struct {
CleanContent bool `json:"cleanContent"` CleanContent bool `json:"cleanup"`
MaxIterations uint `json:"maxIterations"` MaxIterations uint `json:"iterations"`
} }
type Environment struct { type Environment struct {

View File

@@ -9,6 +9,6 @@ tokens:
settings: settings:
# Replace unicode quotes, dashes, etc. in the assistants output (optional, default: false) # 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) # How many messages/tool calls before the model is cut off (optional, default: 3)
maxIterations: 3 iterations: 3