Originally created by @suurt8ll on GitHub (Jan 25, 2025).
Bug Report
Installation Method
Installed via Docker.
Environment
Open WebUI Version:: v0.5.7
Ollama: 0.5.7-0-ga420a45-dirty
Operating System:: Debian 12
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
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:
Model's thoughts get formatted as a nice collapsible, regardless if streaming is enabled or not.
Actual Behavior:
If streaming is tuned off then the output will not get formatted.
Description
Bug Summary:
If streaming is tuned off then the output will not get formatted. Tags indicating thinking and the thought block itself remain visible in raw format.
Reproduction Details
Steps to Reproduce:
Select a reasoning model (i.e. deepseek-r1:1.5b)
Disable streaming in the side menu (Controls -> Stream Chat Response: Off)
Prompt the model
Final output is not formatted
Logs and Screenshots
Screenshots/Screen Recordings:
Streaming enabled:
Streaming disabled:
Originally created by @suurt8ll on GitHub (Jan 25, 2025).
# Bug Report
## Installation Method
Installed via Docker.
## Environment
- **Open WebUI Version:**: v0.5.7
- **Ollama:** 0.5.7-0-ga420a45-dirty
- **Operating System:**: Debian 12
**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.
- [ ] I have included the browser console logs.
- [ ] 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:
Model's thoughts get formatted as a nice collapsible, regardless if streaming is enabled or not.
## Actual Behavior:
If streaming is tuned off then the output will not get formatted.
## Description
**Bug Summary:**
If streaming is tuned off then the output will not get formatted. Tags indicating thinking and the thought block itself remain visible in raw format.
## Reproduction Details
**Steps to Reproduce:**
1. Select a reasoning model (i.e. deepseek-r1:1.5b)
2. Disable streaming in the side menu (Controls -> Stream Chat Response: Off)
3. Prompt the model
4. Final output is not formatted
## Logs and Screenshots
**Screenshots/Screen Recordings:**
Streaming enabled:

Streaming disabled:

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 @suurt8ll on GitHub (Jan 25, 2025).
Bug Report
Installation Method
Installed via Docker.
Environment
Confirmation:
Expected Behavior:
Model's thoughts get formatted as a nice collapsible, regardless if streaming is enabled or not.
Actual Behavior:
If streaming is tuned off then the output will not get formatted.
Description
Bug Summary:
If streaming is tuned off then the output will not get formatted. Tags indicating thinking and the thought block itself remain visible in raw format.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings:
Streaming enabled:
Streaming disabled:
@silentoplayz commented on GitHub (Jan 26, 2025):
I can confirm this issue is present on the latest dev branch. Good catch!
@tjbck commented on GitHub (Jan 26, 2025):
Intended behaviour here, might change my mind later down the line.