From f09325dbbba591baafb5e48f60c2b5c7db8ef7cc Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 6 Sep 2025 21:37:20 -0400 Subject: fixed the type of OllamaThink. change to string from bool. --- defaults.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'defaults.go') 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" + } } -- cgit v1.2.3