Change defautl timeout for LLM to 150s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user