Replies: 1 comment
-
|
thanks! #64 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am putting this issue here because the
issuetab was not present in theopen-webui/openapi-serversI tried implementing a tool using openapi-servers and worked with a demo tool (summarizer-tool) given in the
open-webui/openapi-serversrepo.And got the error
I inspected the
openapi-servers/servers/summarizer-tool/main.pyand changed the 3rd linefrom .summarizers.text_summarizer import TextSummarizertofrom summarizers.text_summarizer import TextSummarizer(removed the dot before summerizers) and solved my issue.If this makes sense, please edit that in the main branch. If I need to put a pull request for this 😁, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions