mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
chore: make text generation timeout duration configurable (#6450)
This commit is contained in:
@ -245,3 +245,5 @@ Thought: {{agent_scratchpad}}
|
||||
}
|
||||
|
||||
export const VAR_REGEX = /\{\{(#[a-zA-Z0-9_-]{1,50}(\.[a-zA-Z_][a-zA-Z0-9_]{0,29}){1,10}#)\}\}/gi
|
||||
|
||||
export const TEXT_GENERATION_TIMEOUT_MS = 60000
|
||||
|
||||
Reference in New Issue
Block a user