From 331d68471b3d67f5876e9dfd13cbff3af1aeed5c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 3 Sep 2025 18:48:04 -0400 Subject: some more ghost things which are WIP. added the think parameter for ollama. fixes #40 --- ollama.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ollama.go') diff --git a/ollama.go b/ollama.go index d583499..7476d94 100644 --- a/ollama.go +++ b/ollama.go @@ -47,6 +47,7 @@ func DoOllamaRequest( Model: appConfig.Model, KeepAlive: time.Duration(appConfig.KeepAlive), Stream: false, + Think: appConfig.OllamaThink, Messages: *ollamaMemory, System: systemPrompt, Options: OllamaRequestOptions{ -- cgit v1.2.3