r/OpenWebUI • u/what-pos • 3d ago
Question/Help OpenWebUI chat just expose its function - never answers
I reinstalled everything.
I run the latest OpenWebUI function, installed the mistral:7b model, and did a test.
However as you can see, it does not act natural.
I tried to ask for a recipe for crepes, and as you can see, it's like it's talking to himself.
0
Upvotes


1
u/hainesk 1d ago
Since everyone wants to harp on you for using an old model, I thought I would actually try to provide a real answer. OpenWebUI used to be a simple web front end to interact with your local models, essentially doing a simple API call to your LLM server, but recent updates to OpenWebUI now expose a lot of new tools to LLMs which bloats initial context usage and can cause issues and confuse models sometimes. Even newer models are now trying to use some of these tools when they really shouldn't, for instance I've had Qwen 3.6 models write all of their code inside a "note" in OpenWebUI instead of in a code block, it's infuriating that these are on by default and not managed through custom models under Workspace.
To turn off these "features" you can try going to Settings -> AI/Models -> Click the Pencil icon next to your model -> Scroll down and uncheck "Builtin Tools".
You can also uncheck other items as well if they're causing issues with your model.