mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
8d7e9133ff
Co-authored-by: yungler <yungler@dify.ai>
7 lines
148 B
Python
7 lines
148 B
Python
from dify_plugin import Plugin, DifyPluginEnv
|
|
|
|
plugin = Plugin(DifyPluginEnv(MAX_REQUEST_TIMEOUT=120))
|
|
|
|
if __name__ == '__main__':
|
|
plugin.run()
|