yangdx
commited on
Commit
·
809ad9b
1
Parent(s):
24c308c
Increase timeout for LightRAG Ollama chat
Browse files
test_lightrag_ollama_chat.py
CHANGED
@@ -104,7 +104,7 @@ DEFAULT_CONFIG = {
|
|
104 |
"host": "localhost",
|
105 |
"port": 9621,
|
106 |
"model": "lightrag:latest",
|
107 |
-
"timeout":
|
108 |
"max_retries": 3,
|
109 |
"retry_delay": 1,
|
110 |
},
|
|
|
104 |
"host": "localhost",
|
105 |
"port": 9621,
|
106 |
"model": "lightrag:latest",
|
107 |
+
"timeout": 120,
|
108 |
"max_retries": 3,
|
109 |
"retry_delay": 1,
|
110 |
},
|