Temporary chat context repetition #3936

Closed
opened 2025-11-11 15:42:48 -06:00 by GiteaMirror · 1 comment
Owner

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):
Image

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):** ![Image](https://github.com/user-attachments/assets/8e9e2e9a-25de-44f4-a6da-bd0836682287) ## 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!
Author
Owner

@tjbck commented on GitHub (Feb 18, 2025):

Addressed with d0114e0703, 0.5.15 will be released shortly!

@tjbck commented on GitHub (Feb 18, 2025): Addressed with d0114e0703b21c64419ea121309b1a61f33bcf65, 0.5.15 will be released shortly!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#3936