[X ] I have read and followed all the instructions provided in the README.md.
[ X] I am on the latest version of both Open WebUI and Ollama.
[ X] I have included the browser console logs.
[X ] I have included the Docker container logs.
[ X] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
O1 should be working
Actual Behavior:
O1 not working due to:
Originally created by @TianzeWang on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5539
# Bug Report
## Installation Method
Docker
## Environment
- **Open WebUI Version:** v0.3.22
- **Operating System:** macOS Big Su
- **Browser (if applicable):** Arc
**Confirmation:**
- [X ] I have read and followed all the instructions provided in the README.md.
- [ X] I am on the latest version of both Open WebUI and Ollama.
- [ X] I have included the browser console logs.
- [X ] I have included the Docker container logs.
- [ X] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## Expected Behavior:
O1 should be working
## Actual Behavior:
O1 not working due to:
<img width="960" alt="image" src="https://github.com/user-attachments/assets/726a87d2-5fdb-47c6-848e-404bad292a7b">
Look for the Stream Chat Response option found in your Settings for Open WebUI and disable it. O1 does not stream its responses.
<!-- gh-comment-id:2362848851 -->
@silentoplayz commented on GitHub (Sep 20, 2024):
Look for the `Stream Chat Response` option found in your Settings for Open WebUI and disable it. O1 does not stream its responses.
There is no Stream Chat Response option :/
BTW I'm using v0.3.32 (latest).
<!-- gh-comment-id:2417425669 -->
@c0h1b4 commented on GitHub (Oct 16, 2024):
There is no `Stream Chat Response` option :/
BTW I'm using v0.3.32 (latest).
There is no Stream Chat Response option :/ BTW I'm using v0.3.32 (latest).
The Stream Chat Response option was moved to the top of the Advanced Parameters section. It can be modified on a per-chat, per-account, and per-model level basis now. See Chat Parameters documentation for more info.
<!-- gh-comment-id:2417487511 -->
@silentoplayz commented on GitHub (Oct 16, 2024):
> There is no `Stream Chat Response` option :/ BTW I'm using v0.3.32 (latest).
The `Stream Chat Response` option was moved to the top of the `Advanced Parameters` section. It can be modified on a per-chat, per-account, and per-model level basis now. See [Chat Parameters documentation](https://docs.openwebui.com/tutorials/features/chat-params) for more info.

Can it be disabled for the o1-models separately?
I would be nice for this to work with the default config.
<!-- gh-comment-id:2470831298 -->
@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.
<!-- gh-comment-id:2471412126 -->
@silentoplayz 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.
https://docs.openwebui.com/features/chat-params
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!
<!-- gh-comment-id:2474148950 -->
@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!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @TianzeWang on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5539
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!