Change defautl timeout for LLM to 150s

This commit is contained in:
yangdx
2025-02-23 17:03:35 +08:00
parent 57884f2fb8
commit 78e0ca7835
3 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
### Max async calls for LLM
# MAX_ASYNC=4
### Optional Timeout for LLM
# TIMEOUT=None # Time out in seconds, None for infinite timeout
# TIMEOUT=150 # Time out in seconds, None for infinite timeout
### Settings for RAG query
# HISTORY_TURNS=3