mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #17131] issue: Global Advanced Params Disable GPT 5 #105173
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 @98h398hrpohpoai on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17131
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.26
Ollama Version (if applicable)
No response
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
All available models can still be used when changing global params.
Actual Behavior
Changing global parameters disables certain models like gpt-5 that do not accept the modified arguments
Steps to Reproduce
Set a custom value under Settings → Advanced Parameters i.e. num_ctx to 8192.
Logs & Screenshots
gpt-5 responds with:
Unrecognized request argument supplied: num_ctx
Additional Information
Seems an option to exclude certain models from global configs would resolve this.
Changing model settings directly does not resolve this as "Default" loads global config, and setting any custom value results in the same error due to passing the argument at the new value (even if it's the original/built-in default).
@tjbck commented on GitHub (Sep 1, 2025):
Intended behaviour.