Originally created by @123hi123 on GitHub (Sep 18, 2024).
Bug Report
Installation Method
I installed Open WebUI using Docker(GPU version) by pulling the official Docker image and running it according to the provided documentation.
Environment
Open WebUI Version: v0.3.11
Operating System: Ubuntu 22.04 LTS
Browser (if applicable): Google Chrome 112.0.5615.49
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of Open WebUI.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior
I expect to be able to use the o1-model within Open WebUI seamlessly, allowing for model loading and inference without any errors.
Actual Behavior
When attempting to use the o1-model in Open WebUI, the system fails to recognize the model and displays an error message. The model fails to load, rendering the related functionalities unusable.
Description
Bug Summary:
Unable to use the o1-model in Open WebUI as the system does not recognize or load the model, causing related features to fail.
Reproduction Details
Steps to Reproduce:
Pull and run the Open WebUI Docker image using the following commands:
docker pull openwebui/openwebui:latest
docker run -d -p 8080:8080 openwebui/openwebui:latest
Place the o1-model in the designated models directory within the Docker container.
Navigate to the models management page in Open WebUI.
Attempt to add the o1-model.
Observe that the system displays an error message and fails to load the model.
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
Additional Information
I have verified that the o1-model files are correctly placed in the models directory and that other models are functioning correctly within Open WebUI. The issue only occurs when attempting to use the o1-model. I suspect that the problem might be related to the model file format or version incompatibility.
Originally created by @123hi123 on GitHub (Sep 18, 2024).
# Bug Report
## Installation Method
I installed Open WebUI using Docker(GPU version) by pulling the official Docker image and running it according to the provided documentation.
## Environment
- **Open WebUI Version:** v0.3.11
- **Operating System:** Ubuntu 22.04 LTS
- **Browser (if applicable):** Google Chrome 112.0.5615.49
**Confirmation:**
- [x] I have read and followed all the instructions provided in the README.md.
- [x] I am on the latest version of Open WebUI.
- [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
I expect to be able to use the `o1-model` within Open WebUI seamlessly, allowing for model loading and inference without any errors.
## Actual Behavior
When attempting to use the `o1-model` in Open WebUI, the system fails to recognize the model and displays an error message. The model fails to load, rendering the related functionalities unusable.
## Description
**Bug Summary:**
Unable to use the `o1-model` in Open WebUI as the system does not recognize or load the model, causing related features to fail.
## Reproduction Details
**Steps to Reproduce:**
1. Pull and run the Open WebUI Docker image using the following commands:
```bash
docker pull openwebui/openwebui:latest
docker run -d -p 8080:8080 openwebui/openwebui:latest
```
2. Place the `o1-model` in the designated models directory within the Docker container.
3. Navigate to the models management page in Open WebUI.
4. Attempt to add the `o1-model`.
5. Observe that the system displays an error message and fails to load the model.
## Logs and Screenshots
**Browser Console Logs:**
**Docker Container Logs:**
**Screenshots/Screen Recordings (if applicable):**


## Additional Information
I have verified that the `o1-model` files are correctly placed in the models directory and that other models are functioning correctly within Open WebUI. The issue only occurs when attempting to use the `o1-model`. I suspect that the problem might be related to the model file format or version incompatibility.
@bahuzh commented on GitHub (Sep 19, 2024):
Unsupported value: 'stream' does not support true with this model. Only the default (false) value is supported.
https://platform.openai.com/docs/guides/reasoning/beta-limitations
I see so can we shut down the stream mode manually?
@123hi123 commented on GitHub (Sep 19, 2024):
> Unsupported value: 'stream' does not support true with this model. Only the default (false) value is supported.
>
>
> https://platform.openai.com/docs/guides/reasoning/beta-limitations
I see so can we shut down the stream mode manually?
I see so can we shut down the stream mode manually?
The same need
@fangyuan99 commented on GitHub (Sep 19, 2024):
> > Unsupported value: 'stream' does not support true with this model. Only the default (false) value is supported.
> > https://platform.openai.com/docs/guides/reasoning/beta-limitations
>
> I see so can we shut down the stream mode manually?
The same need
Stream Chat Response toggle option has been added to Settings > Interface in dev!
@tjbck commented on GitHub (Sep 19, 2024):
<img width="779" alt="image" src="https://github.com/user-attachments/assets/e23e9f2a-a411-4c6c-80b8-ff25f45ea5bb">
Stream Chat Response toggle option has been added to Settings > Interface in dev!
what version you are
my show below and i try close the most likey one but still not work 'Fluidly stream large external response chunks'
@123hi123 commented on GitHub (Sep 19, 2024):
what version you are
my show below and i try close the most likey one but still not work 'Fluidly stream large external response chunks'

what version you are my show below and i try close the most likey one but still not work 'Fluidly stream large external response chunks'
His should be a development version, not yet release
@fangyuan99 commented on GitHub (Sep 19, 2024):
> what version you are my show below and i try close the most likey one but still not work 'Fluidly stream large external response chunks' 
His should be a development version, not yet release
o1 model still can't not use stream, needed to disable stream response for this specific model
Ya , now the o1 works will in my owu
If you turn off the stream the o1 will work nice in o1 series
@123hi123 commented on GitHub (Jan 16, 2025):
> o1 model still can't not use stream, needed to disable stream response for this specific model
Ya , now the o1 works will in my owu
If you turn off the stream the o1 will work nice in o1 series
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 @123hi123 on GitHub (Sep 18, 2024).
Bug Report
Installation Method
I installed Open WebUI using Docker(GPU version) by pulling the official Docker image and running it according to the provided documentation.
Environment
Confirmation:
Expected Behavior
I expect to be able to use the
o1-modelwithin Open WebUI seamlessly, allowing for model loading and inference without any errors.Actual Behavior
When attempting to use the
o1-modelin Open WebUI, the system fails to recognize the model and displays an error message. The model fails to load, rendering the related functionalities unusable.Description
Bug Summary:
Unable to use the
o1-modelin Open WebUI as the system does not recognize or load the model, causing related features to fail.Reproduction Details
Steps to Reproduce:
Pull and run the Open WebUI Docker image using the following commands:
Place the
o1-modelin the designated models directory within the Docker container.Navigate to the models management page in Open WebUI.
Attempt to add the
o1-model.Observe that the system displays an error message and fails to load the model.
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
Additional Information
I have verified that the
o1-modelfiles are correctly placed in the models directory and that other models are functioning correctly within Open WebUI. The issue only occurs when attempting to use theo1-model. I suspect that the problem might be related to the model file format or version incompatibility.@TianzeWang commented on GitHub (Sep 18, 2024):
Likewise. Same issue.
@crzroot commented on GitHub (Sep 19, 2024):
Yes, I am too
@bahuzh commented on GitHub (Sep 19, 2024):
Unsupported value: 'stream' does not support true with this model. Only the default (false) value is supported.
https://platform.openai.com/docs/guides/reasoning/beta-limitations
@123hi123 commented on GitHub (Sep 19, 2024):
I see so can we shut down the stream mode manually?
@fangyuan99 commented on GitHub (Sep 19, 2024):
The same need
@tjbck commented on GitHub (Sep 19, 2024):
Stream Chat Response toggle option has been added to Settings > Interface in dev!
@123hi123 commented on GitHub (Sep 19, 2024):
what version you are

my show below and i try close the most likey one but still not work 'Fluidly stream large external response chunks'
@fangyuan99 commented on GitHub (Sep 19, 2024):
His should be a development version, not yet release
@123hi123 commented on GitHub (Sep 19, 2024):
ok but is can i think add this to workplace will be better fulfill way
just a little suggestion
@hxt365 commented on GitHub (Jan 16, 2025):
o1 model still can't not use stream, needed to disable stream response for this specific model
@123hi123 commented on GitHub (Jan 16, 2025):
Ya , now the o1 works will in my owu
If you turn off the stream the o1 will work nice in o1 series