Disable Ollama thinking to fix timeout with Qwen 3.5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
prosolis
2026-03-14 11:57:21 -07:00
parent 4762493130
commit 4b53af776b
3 changed files with 3 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ func callOllama(host, model, prompt string) (string, error) {
"model": model,
"prompt": prompt,
"stream": false,
"think": false,
"options": map[string]interface{}{
"num_ctx": 8192,
},