mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #17896] issue: Can't use "Ask" button, while use Local models. #18428
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 @StandarterDF on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17896
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.32
Ollama Version (if applicable)
No
Operating System
Ubuntu 22.04
Browser (if applicable)
Any
Confirmation
README.md.Expected Behavior
When you click the "Explain" button, a request should be sent to the OpenWeb UI API and a request should be sent to the Openal (Compatible) server, and a response should be returned.
Actual Behavior
In this case, a 400 (Bad request) error occurs if the model is used locally through the direct connection settings. This error occurs because the "Explain" button does not see the local models, and in response to the CURL request, it sends a response stating that only OpenRouter models are available, even though I have local (Direct connection) models.
curl -H "Cookie: token=AUTH_TOKEN" http://192.168.0.250:8636/api/models
Only 17 models are shown here, but there are many more.
Steps to Reproduce
Logs & Screenshots
I think no logs needed
Additional Information
No error, while i set up non direct connection in admin panel
@tjbck commented on GitHub (Oct 2, 2025):
Addressed in dev!