mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
6 lines
147 B
Python
6 lines
147 B
Python
from dify_plugin.config.config import DifyPluginEnv
|
|
from dify_plugin.plugin import Plugin
|
|
|
|
|
|
plugin = Plugin(DifyPluginEnv(MAX_REQUEST_TIMEOUT=30))
|