refactor: Create a dify_config with Pydantic. (#5938)

This commit is contained in:
-LAN- 2024-07-03 21:09:23 +08:00 committed by GitHub
commit cb8feb732f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,4 @@
from .app_config import DifyConfig
dify_config = DifyConfig()