Increase timeout for LightRAG Ollama chat

This commit is contained in:
yangdx
2025-01-26 23:21:32 +08:00
parent f045fc3d59
commit c1edef7119

View File

@@ -104,7 +104,7 @@ DEFAULT_CONFIG = {
"host": "localhost",
"port": 9621,
"model": "lightrag:latest",
"timeout": 30,
"timeout": 120,
"max_retries": 3,
"retry_delay": 1,
},