mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #17362] feat: Allow forced api version input #18255
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 @RuilinMa-TomTom on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17362
Check Existing Issues
Problem Description
Right now, adding a customized azure openai endpoint rather than a standard one will not work, as the UI does not detect and regard it as a valid endpoint, and therefore the input window for api version does not appear, making the connection can't be established.
Desired Solution you'd like
Make the api version input appear all the time, even if the inputted url is not a standard azure openai endpoint.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Sep 11, 2025):
Are you on the latest version?