mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 21:55:58 +08:00
gemini 3 pro dify workflow-engine test
This commit is contained in:
@ -216,7 +216,6 @@ def setup_required(view: Callable[P, R]):
|
||||
raise NotInitValidateError()
|
||||
elif dify_config.EDITION == "SELF_HOSTED" and not db.session.query(DifySetup).first():
|
||||
raise NotSetupError()
|
||||
|
||||
return view(*args, **kwargs)
|
||||
|
||||
return decorated
|
||||
|
||||
Reference in New Issue
Block a user