diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-09-03 22:48:04 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-09-03 22:48:04 +0000 |
commit | 331d68471b3d67f5876e9dfd13cbff3af1aeed5c (patch) | |
tree | a853d85a7353f01ec0238619adfa26f894002c60 /ollama.go | |
parent | the plumbing for ghost is done.WIP (diff) | |
download | milla-331d68471b3d67f5876e9dfd13cbff3af1aeed5c.tar.gz milla-331d68471b3d67f5876e9dfd13cbff3af1aeed5c.zip |
Diffstat (limited to 'ollama.go')
-rw-r--r-- | ollama.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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{ |