useMLock for Ollama API chats (#1014)
This commit is contained in:
parent
e9199bac12
commit
df2aac9f3c
@ -32,6 +32,7 @@ class OllamaAILLM {
|
||||
return new ChatOllama({
|
||||
baseUrl: this.basePath,
|
||||
model: this.model,
|
||||
useMLock: true,
|
||||
temperature,
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user