mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #3949] Continue response doesn't work #13441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IcyIntuition on GitHub (Jul 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3949
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
assistanttype message and try to let the LLM continue it.Expected Behavior:
The LLM should continue the
assistantmessage.Actual Behavior:
The LLM only uses previous messages to generate the completion and ignores the edited
assistantmessage.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:
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!
@tjbck commented on GitHub (Jul 17, 2024):
Payload seems to be correctly sending the message.