Skip to content

Commit

Permalink
bump: oai-compat to 0.0.2 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly authored Jan 21, 2025
1 parent 80cf57d commit 9d93366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions models/openai_api_compatible/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import sys

sys.path.append("../..")

from dify_plugin import Plugin, DifyPluginEnv

plugin = Plugin(DifyPluginEnv(MAX_REQUEST_TIMEOUT=30))
plugin = Plugin(DifyPluginEnv())

if __name__ == "__main__":
plugin.run()
2 changes: 1 addition & 1 deletion models/openai_api_compatible/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.2
version: 0.0.3
type: plugin
author: "langgenius"
name: "openai_api_compatible"
Expand Down
2 changes: 1 addition & 1 deletion models/openai_api_compatible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dify_plugin~=0.0.1b35
dify_plugin~=0.0.1b61

0 comments on commit 9d93366

Please sign in to comment.