[GH-ISSUE #1971] WebUI hangs completely and becomes unresponsive with this prompt [reproducible bug] #116014

Closed
opened 2026-05-20 17:49:46 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @arsaboo on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1971

Bug Report

WebUI becomes unresponsive

Description

Bug Summary:
The following prompt leads to all sorts of issues in WebUI

What is the difference between using 

Here is the first 4096 characters of the query:
{{prompt:start:4096}}

Here is the last 4096 characters of the query:
{{prompt:end:4096}}

vs using 

Here is the query:
{{prompt:start:4096}} {{prompt:end:4096}}

for prompt generation?

The CPU usage shoots up
image
and then the page becomes unresponsive:
image
image

This is entirely reproducible - just try the prompt.

Originally created by @arsaboo on GitHub (May 4, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1971 # Bug Report WebUI becomes unresponsive ## Description **Bug Summary:** The following prompt leads to all sorts of issues in WebUI ```yaml What is the difference between using Here is the first 4096 characters of the query: {{prompt:start:4096}} Here is the last 4096 characters of the query: {{prompt:end:4096}} vs using Here is the query: {{prompt:start:4096}} {{prompt:end:4096}} for prompt generation? ``` The CPU usage shoots up ![image](https://github.com/open-webui/open-webui/assets/18319734/a089412b-36d3-4a41-8752-e60324a9f442) and then the page becomes unresponsive: ![image](https://github.com/open-webui/open-webui/assets/18319734/9ca919ad-1bcb-4c59-8679-8534890b8df6) ![image](https://github.com/open-webui/open-webui/assets/18319734/d6f5dbe7-1917-4294-babd-c4a0549c2bde) This is entirely reproducible - just try the prompt.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#116014