release: beta

This commit is contained in:
Yeuoly
2024-09-11 16:19:46 +08:00
parent 3ac5a201e1
commit 69fe86e029
17 changed files with 5 additions and 34 deletions
@@ -1,9 +1,3 @@
# cwd: examples/basic_math
# lib: dify-plugin
# import sys
import sys
sys.path.append('../..')
from dify_plugin import Plugin, DifyPluginEnv
plugin = Plugin(DifyPluginEnv(MAX_REQUEST_TIMEOUT=30))