Replies: 2 comments
-
Have you found a solution yet? I've got the same issue. I'm using the latest version of open-webui, testing with the time option (as you are), both with python and uvicorn. Same issue, I can query via 'docs', I can add the tool site and it says 'success'. I see that is 200's to /openapi.json when I add it, but the tools don't show up anywhere. This happens both for adding tools as an individual user, and global. |
Beta Was this translation helpful? Give feedback.
-
Update on this if it helps you. The fix for me:
One of the things I found was that only specific models worked with the tools such as phi4, qwen, etc. If you tie into chatGPT be sure to set your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi;
so I clone the repository
git clone git clone https://github.com/open-webui/openapi-servers
then litterally connected via extend the docker-compose with my other dockers.
when I try any access to the docs it works nicely and I can even successfully run example ;)

but when I try to connect the Tools with Open-WebUI it does not.
now has you hopefully saw in my first screenshot; time-server run on 8083 (exactly like in the docker-compose.yaml provided.
829c58ee8c59 docker-time-server "/bin/sh -c 'uvicorn…" 8 minutes ago Up 8 minutes 0.0.0.0:8083->8000/tcp, [::]:8083->8000/tcp docker-time-server-1
in Open-WebUI -> Tools I tried
which 8083 only works; and it's logic :)
The big difference is the path
What I`m missing ?
Beta Was this translation helpful? Give feedback.
All reactions