useMLock for Ollama API chats ()

This commit is contained in:
Timothy Carambat 2024-04-02 10:43:04 -07:00 committed by GitHub
parent e9199bac12
commit df2aac9f3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@ class OllamaAILLM {
return new ChatOllama({ return new ChatOllama({
baseUrl: this.basePath, baseUrl: this.basePath,
model: this.model, model: this.model,
useMLock: true,
temperature, temperature,
}); });
} }