mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14469] issue: stream_response was not remove from params #32797
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 @OrenZhang on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14469
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
No response
Operating System
MacOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Call API with Status 200
Actual Behavior
stream_response was added to body because this commit
bb4115fa0eOpenAI's API will return a 400 response because stream_response in the body
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@AntonLisovoy commented on GitHub (May 29, 2025):
Same error for OpenAI and Anthropic models.
@NewEpoch2020 commented on GitHub (May 29, 2025):
Also for Gemini models
@wociscz commented on GitHub (May 29, 2025):
Same here. Rollback to previous version as temporary fix (v0.6.11)
24adbad86571docker image@tjbck commented on GitHub (May 29, 2025):
#14479
@i0ntempest commented on GitHub (May 29, 2025):
@AntonLisovoy I’d like to know how did you get Anthropic models working with Open WebUI?