refactor: Create a `dify_config` with Pydantic. (#5938)
parent
c490bdfbf9
commit
cb8feb732f
@ -0,0 +1,4 @@
|
||||
|
||||
from .app_config import DifyConfig
|
||||
|
||||
dify_config = DifyConfig()
|
||||
Loading…
Reference in New Issue