mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
qwen3-coder:latest responds with "The models does not support function calls" and other random messages #313
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 @sumitkm on GitHub (Jan 20, 2026).
The Ollama models list shows
qwen3-coder:latestas a model that supports tooling. But the following code fails:Returns random values
Is the library tested against all the models that are listed?
It only seems to work correctly with gpt-oss and the llama models. I mean I wouldn't blame anyone if it wasn't tested, but the basic samples not working is a bit of a pain.
Will revert to raw
requestsand see if that's any better because OpenWebUI seems to work with all the models!@sumitkm commented on GitHub (Jan 20, 2026):
Doesn't look like a library issue. Apologies. Raw http request fails too. So I guess my model is corrupted somehow. I'll close this for now.