Increase timeout for LightRAG Ollama chat
This commit is contained in:
parent
f045fc3d59
commit
c1edef7119
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ DEFAULT_CONFIG = {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": 9621,
|
"port": 9621,
|
||||||
"model": "lightrag:latest",
|
"model": "lightrag:latest",
|
||||||
"timeout": 30,
|
"timeout": 120,
|
||||||
"max_retries": 3,
|
"max_retries": 3,
|
||||||
"retry_delay": 1,
|
"retry_delay": 1,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue