remove keep_alive parameter
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user