mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-23 13:08:11 +00:00
useMLock for Ollama API chats (#1014)
This commit is contained in:
parent
e9199bac12
commit
df2aac9f3c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue