Replies: 3 comments
-
Now I see time start works when It's the only server in config.json file.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added http://127.0.0.1:8000/memory and http://127.0.0.1:8000/time to the Tools in the webUI to solve this issue. Hope it helps you too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, once you get it up & running you should configure them in the owui and note that the subpath after the port should match the mcp json definition e.g. memory, time, etc. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've an issue that LLM does not use provided tool when server is running from config.json.
When I start server directly on localhost:8000, qwq32 model in open-webui use
tool_get_current_time_post
without issues. But when I run that same server from json file it's not usig it:the open-webui itself correctly detect tool, I'm able to access swagger by localhost:8000/time/docs, just model does not use it at all..
Beta Was this translation helpful? Give feedback.
All reactions