This website requires JavaScript.
Explore
Help
Register
Sign In
suguo
/
dify
mirror of
https://github.com/langgenius/dify.git
Watch
1
Star
0
Fork
You've already forked dify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
20cf5c5179
dify
/
api
/
configs
/
__init__.py
4 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
refactor: Create a `dify_config` with Pydantic. (#5938)
2024-07-03 13:09:23 +00:00
from
.
app_config
import
DifyConfig
narrow type ignore codes
2026-03-22 13:21:01 +00:00
dify_config
=
DifyConfig
(
)
# type: ignore[call-arg, assignment]