aboutsummaryrefslogtreecommitdiffstats
path: root/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'defaults.go')
-rw-r--r--defaults.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults.go b/defaults.go
index 60217ae..b81cfc0 100644
--- a/defaults.go
+++ b/defaults.go
@@ -132,4 +132,8 @@ func AddSaneDefaults(config *TomlConfig) {
if config.DbBackOffMaxInterval == 0 {
config.DbBackOffMaxInterval = 60
}
+
+ if config.OllamaThink == "" {
+ config.OllamaThink = "false"
+ }
}