Increase timeout for LightRAG Ollama chat
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user