From 832db3a4c259f3ee74237639989bda7f623fc23a Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 21 Jan 2026 20:13:25 +0300 Subject: [PATCH] disable thinking --- src/commands/ollama-chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/ollama-chat.ts b/src/commands/ollama-chat.ts index 42d480c..57e195e 100644 --- a/src/commands/ollama-chat.ts +++ b/src/commands/ollama-chat.ts @@ -68,7 +68,7 @@ export class OllamaChat extends ChatCommand { model: Environment.OLLAMA_MODEL, stream: true, keep_alive: 300, - think: true, + think: false, messages: chatMessages, });