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, });