Continue response doesn't work #1547

Closed
opened 2025-11-11 14:47:15 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @IcyIntuition on GitHub (Jul 17, 2024).

Bug Report

Description

Bug Summary:

The continue response button doesn't work as expected. Letting the LLM continue an answer in the playground also doesn't seem to work.

Steps to Reproduce:

Edit a assistant type message and try to let the LLM continue it.

Expected Behavior:

The LLM should continue the assistant message.

Actual Behavior:

The LLM only uses previous messages to generate the completion and ignores the edited assistant message.

Environment

  • Open WebUI Version: 0.3.10

  • Ollama (if applicable): 0.2.5

  • Operating System: Arch Linux

  • Browser (if applicable): Firefox 128

Reproduction Details

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.

Logs and Screenshots

Browser Console Logs:
[Include relevant browser console logs, if applicable]

Docker Container Logs:
[Include relevant Docker container logs, if applicable]

Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]

Installation Method

Docker package.

Additional Information

I did check the Ollama debug logs and I couldn't find the edited message in there, so I guess that this is an issue in Open WebUI and not Ollama.

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 @IcyIntuition on GitHub (Jul 17, 2024). # Bug Report ## Description **Bug Summary:** The continue response button doesn't work as expected. Letting the LLM continue an answer in the playground also doesn't seem to work. **Steps to Reproduce:** Edit a `assistant` type message and try to let the LLM continue it. **Expected Behavior:** The LLM should continue the `assistant` message. **Actual Behavior:** The LLM only uses previous messages to generate the completion and ignores the edited `assistant` message. ## Environment - **Open WebUI Version:** 0.3.10 - **Ollama (if applicable):** 0.2.5 - **Operating System:** Arch Linux - **Browser (if applicable):** Firefox 128 ## Reproduction Details **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. ## Logs and Screenshots **Browser Console Logs:** [Include relevant browser console logs, if applicable] **Docker Container Logs:** [Include relevant Docker container logs, if applicable] **Screenshots (if applicable):** [Attach any relevant screenshots to help illustrate the issue] ## Installation Method Docker package. ## Additional Information I did check the Ollama debug logs and I couldn't find the edited message in there, so I guess that this is an issue in Open WebUI and not Ollama. ## 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 (Jul 17, 2024):

image

Payload seems to be correctly sending the message.

@tjbck commented on GitHub (Jul 17, 2024): <img width="572" alt="image" src="https://github.com/user-attachments/assets/623b0e0d-f452-4907-8a84-7f2630d6f1ce"> Payload seems to be correctly sending the message.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1547