mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Models seem to stop working with Tools in the latest update 0.3.32 #2334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @makelvin2010 on GitHub (Oct 9, 2024).
I was able to successfully use Tools with different Models; it seems to work particular well with Qwen 2.5. I was able to get it use all of the Tools that I made available to the Model. After upgrading to the latest version of WebUI 0.3.32, it just can seem to be able to access any of the Tools that I made available to it. The only thing that it seems to be able to access is Web Search which seems to be a builtin tool with WebUI now. Previously, I have to import the Web Search tool manually for it to do the web search through my local SearXNG.
Unfortunately, I didn't update my WebUI that frequently and I don't remember the last version that I have all of the Tools working properly before proceeding to update with the latest version 0.3.32. So I can't saying exactly at which version it stopped working. I believe the last time I updated was a couple of months ago and vaguely remember it might be something like 0.3.12 or 0.3.14. I am just not sure.
I tried to download version 0.3.14 from github and unzip the source file into a directory; but when I go into the directory and typed "docker compose up -d" after I removed the 0.3.32 from the docker image, I still end up with 0.3.32 again instead of 0.3.14. I am not sure how I can get back to the older version. Can someone please help me downgrade to an older version of WebUI or hopefully fix the Tools issues with the latest 0.3.32? I really would like to use the Tools for my Models again.