mirror of
https://github.com/langgenius/dify.git
synced 2026-04-20 02:37:20 +08:00
8 lines
172 B
Python
8 lines
172 B
Python
class DifyConfig:
|
|
WORKFLOW_CALL_MAX_DEPTH = 5
|
|
DEBUG = True
|
|
WORKFLOW_MAX_EXECUTION_STEPS = 100
|
|
WORKFLOW_MAX_EXECUTION_TIME = 600
|
|
|
|
dify_config = DifyConfig()
|