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
|
|
@ -19,3 +19,6 @@ NEXT_TELEMETRY_DISABLED=1
|
|||
|
||||
# Disable Upload Image as WebApp icon default is false
|
||||
NEXT_PUBLIC_UPLOAD_IMAGE_AS_ICON=false
|
||||
|
||||
# The timeout for the text generation in millisecond
|
||||
NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS=60000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue