registry.ollama.ai/library/llama3:8b does not support tools #26466
-
|
I've been using Ollama, Docker, and OpenWebUI for some time, on 2 different computers, trying to insure that both are set up and maintained the same. One is working fine. The other machine is giving me an error message on ALL queries : ""registry.ollama.ai/library/llama3:8b does not support tools"". I have not yet upgraded the "other" machine to v0.10.1 and it is working just fine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
read the changelog re: native tool calling. you need to use legacy if your models dont support tools |
Beta Was this translation helpful? Give feedback.
-
|
Uninstall the Windows version of Ollama and OpenWebUI. Install ollama from the WSL command line, Run an ollama model and check out the OpenWebUI configuration. |
Beta Was this translation helpful? Give feedback.
Uninstall the Windows version of Ollama and OpenWebUI. Install ollama from the WSL command line,
curl -fsSL https://ollama.com/install.sh | sh
Run an ollama model and check out the OpenWebUI configuration.
Done