feat: allow users to specify timeout for text generations and workflows by environment variable (#8395)
This commit is contained in:
parent
032dd93b2f
commit
52857dc0a6
8 changed files with 34 additions and 4 deletions
|
|
@ -568,6 +568,13 @@ SSRF_PROXY_HTTP_URL=http://ssrf_proxy:3128
|
|||
# SSRF Proxy server HTTPS URL
|
||||
SSRF_PROXY_HTTPS_URL=http://ssrf_proxy:3128
|
||||
|
||||
# ------------------------------
|
||||
# Environment Variables for web Service
|
||||
# ------------------------------
|
||||
|
||||
# The timeout for the text generation in millisecond
|
||||
TEXT_GENERATION_TIMEOUT_MS=60000
|
||||
|
||||
# ------------------------------
|
||||
# Environment Variables for db Service
|
||||
# ------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue