mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: Adding OpenAI endpoint without /v1 path silenty fails #6753
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 @a-nldisr on GitHub (Oct 24, 2025).
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
not applicable
Operating System
OSX/Arch Linux
Browser (if applicable)
Chrome Version 141.0.7390.123 (Official Build) (arm64)
Confirmation
README.md.Expected Behavior
When adding an external OpenAI connection with no /1 path i expect an error message instead of not showing the connection
Actual Behavior
Context:
Run LMStudio on an Arch Linux box.
Run OpenWebUI on my local macbook
In Admin panel connections added the LMStudio connection in OpenAI connections, configured:
http://192.168.1.150
Did not include /v1 path
Connection is established when testing the connection.
After searching for models no External connections are found in the interface as if the connection does not exist.
I expect to either give an Error when a wrong connection / path is not provided.
Steps to Reproduce
Correct way of setting the connection:
Logs & Screenshots
Logs after adding the OPENAI connection:
No call to remote server in the logs.
Screenshot of the verified connection:
Additional Information
No response
@tjbck commented on GitHub (Oct 26, 2025):
Intended behaviour, the user must make sure the correct url has been added.