remove keep_alive parameter

This commit is contained in:
2026-01-22 14:13:18 +03:00
parent e833c16878
commit f66c669b2a
-1
View File
@@ -64,7 +64,6 @@ export class OllamaChat extends ChatCommand {
const stream = await ollama.chat({ const stream = await ollama.chat({
model: Environment.OLLAMA_MODEL, model: Environment.OLLAMA_MODEL,
stream: true, stream: true,
keep_alive: 300,
think: false, think: false,
messages: chatMessages, messages: chatMessages,
}); });