mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
O1 not working, streaming should be disabled #2130
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 @TianzeWang on GitHub (Sep 20, 2024).
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.3.22
Operating System: macOS Big Su
Browser (if applicable): Arc
Confirmation:
Expected Behavior:
O1 should be working
Actual Behavior:
O1 not working due to:

@silentoplayz commented on GitHub (Sep 20, 2024):
Look for the
Stream Chat Responseoption found in your Settings for Open WebUI and disable it. O1 does not stream its responses.@c0h1b4 commented on GitHub (Oct 16, 2024):
There is no
Stream Chat Responseoption :/BTW I'm using v0.3.32 (latest).
@c0h1b4 commented on GitHub (Oct 16, 2024):
@silentoplayz commented on GitHub (Oct 16, 2024):
The

Stream Chat Responseoption was moved to the top of theAdvanced Parameterssection. It can be modified on a per-chat, per-account, and per-model level basis now. See Chat Parameters documentation for more info.@Nitschi commented on GitHub (Nov 12, 2024):
Can it be disabled for the o1-models separately?
I would be nice for this to work with the default config.
@silentoplayz commented on GitHub (Nov 12, 2024):
https://docs.openwebui.com/features/chat-params
@Nitschi commented on GitHub (Nov 13, 2024):
This is already very helpful, thank you.
I'm still of the opinion that no manual steps (like changing this setting in the WebUI) should have to be taken to use the model.
I opened #6900 .
It would allow us to have the full setup as code (mostly a
docker-compose.yml+ an.env-file) and minimal to no admin account intervention (Accounts are created via OIDC).Thanks!