mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-24 05:28: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({
|
||||
baseUrl: this.basePath,
|
||||
model: this.model,
|
||||
useMLock: true,
|
||||
temperature,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue