diff --git a/src/commands/ollama-chat.ts b/src/commands/ollama-chat.ts index b9f02fe..7577636 100644 --- a/src/commands/ollama-chat.ts +++ b/src/commands/ollama-chat.ts @@ -64,7 +64,6 @@ export class OllamaChat extends ChatCommand { const stream = await ollama.chat({ model: Environment.OLLAMA_MODEL, stream: true, - keep_alive: 300, think: false, messages: chatMessages, });