mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #20781] issue: GPT OSS Autocomplete broken #34815
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 @iChristGit on GitHub (Jan 18, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20781
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.7.2
Ollama Version (if applicable)
latest
Operating System
Win11
Browser (if applicable)
Edge/Zen
Confirmation
README.md.Expected Behavior
Autocomplete should start after users request:
Help me [complete here]
Actual Behavior
With GPT:OSS
The autocomplete also repeats user request:
Help me [help me [actual completion]]
Other models do not have issues with autocomplete.
Steps to Reproduce
1.Star a new chat with gpt:oss20b and try autocomplete
Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 18, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20775 issue: calls to tools in gpt-oss
by chdid • Jan 18, 2026 •
bug#20641 issue: Web Search and Builtin Tools permissions break search
by HenkieTenkie62 • Jan 13, 2026 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Jan 18, 2026):
Open WebUI's autocompletion feature:
The only model-related checks in the chat input are for capabilities like vision, web search, and image generation, but these affect UI buttons, not autocomplete.
Related reasoning features that exist independently:
reasoning_effortparameter controlreasoning_tagsconfiguration (Default/Enabled/Disabled/Custom)thinkparameter for Ollama modelsBut these are passed through to the model independently and do not influence how autocomplete works.