Originally created by @arsaboo on GitHub (May 4, 2024).
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
and then the page becomes unresponsive:
This is entirely reproducible - just try the prompt.
Originally created by @arsaboo on GitHub (May 4, 2024).
# 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

and then the page becomes unresponsive:


This is entirely reproducible - just try the prompt.
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 @arsaboo on GitHub (May 4, 2024).
Bug Report
WebUI becomes unresponsive
Description
Bug Summary:
The following prompt leads to all sorts of issues in WebUI
The CPU usage shoots up



and then the page becomes unresponsive:
This is entirely reproducible - just try the prompt.