Originally created by @ITOTI-Y on GitHub (Feb 18, 2025).
Originally assigned to: @tjbck on GitHub.
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: [v0.5.14]
Ollama (if applicable): [None]
Operating System: [Windows 11]
Browser (if applicable): [Chrome/133.0.0.0]
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:
Normal Display context
Actual Behavior:
When use temporary chat the context is repeated
Description
Bug Summary:
When use temporary chat the context is repeated
Reproduction Details
Steps to Reproduce:
Appears in both of the two dialogues; not tested in multi-turn conversations.
Logs and Screenshots
Docker Container Logs:
INFO [open_webui.routers.openai] get_all_models()
INFO: 223.160.142.216:0 - "POST /api/v1/tasks/auto/completions HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/v1/memories/query HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO: 223.160.142.216:0 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/chat/completed HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/v1/memories/query HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO: 223.160.142.216:0 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/chat/completed HTTP/1.1" 200 OK
Screenshots/Screen Recordings (if applicable):
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Originally created by @ITOTI-Y on GitHub (Feb 18, 2025).
Originally assigned to: @tjbck on GitHub.
# Bug Report
## Installation Method
Docker
## Environment
- **Open WebUI Version:** [v0.5.14]
- **Ollama (if applicable):** [None]
- **Operating System:** [Windows 11]
- **Browser (if applicable):** [Chrome/133.0.0.0]
**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:
Normal Display context
## Actual Behavior:
When use temporary chat the context is repeated
## Description
**Bug Summary:**
When use temporary chat the context is repeated
## Reproduction Details
**Steps to Reproduce:**
Appears in both of the two dialogues; not tested in multi-turn conversations.
## Logs and Screenshots
**Docker Container Logs:**
```
INFO [open_webui.routers.openai] get_all_models()
INFO: 223.160.142.216:0 - "POST /api/v1/tasks/auto/completions HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/v1/memories/query HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO: 223.160.142.216:0 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/chat/completed HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/v1/memories/query HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO: 223.160.142.216:0 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 223.160.142.216:0 - "POST /api/chat/completed HTTP/1.1" 200 OK
```
**Screenshots/Screen Recordings (if applicable):**

## Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
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 @ITOTI-Y on GitHub (Feb 18, 2025).
Originally assigned to: @tjbck on GitHub.
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: [v0.5.14]
Ollama (if applicable): [None]
Operating System: [Windows 11]
Browser (if applicable): [Chrome/133.0.0.0]
Confirmation:
Expected Behavior:
Normal Display context
Actual Behavior:
When use temporary chat the context is repeated
Description
Bug Summary:
When use temporary chat the context is repeated
Reproduction Details
Steps to Reproduce:
Appears in both of the two dialogues; not tested in multi-turn conversations.
Logs and Screenshots
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):

Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Feb 18, 2025):
Addressed with
d0114e0703, 0.5.15 will be released shortly!