Bug Summary:
GPT sometimes gives responses across lines, and it sometimes uses ( ) instead of [ ], both situations cannot be rendered correctly.
The rendered response:
Raw response:
Steps to Reproduce:
Simply tell the model:
read after me:
( p^* )
[
p^*
]
Expected Behavior:
Render these latex responses correctly.
Actual Behavior:
The responses are not correctly rendered in both situations (see rendered response).
Environment
Open WebUI Version: [e.g., 0.1.125]
Ollama (if applicable): NA
Operating System: Ubuntu 20.04 & win 11
Browser (if applicable): Chrome 120.0.6099.71
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:
No errors in logs
Screenshots (if applicable):
See Description part
Installation Method
Docker
Additional Information
NA
Originally created by @xiao-zy19 on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2629
# Bug Report
## Description
**Bug Summary:**
GPT sometimes gives responses across lines, and it sometimes uses \( \) instead of \[ \], both situations cannot be rendered correctly.
The rendered response:

Raw response:

**Steps to Reproduce:**
Simply tell the model:
read after me:
\( p^* \)
\[
p^*
\]
**Expected Behavior:**
Render these latex responses correctly.
**Actual Behavior:**
The responses are not correctly rendered in both situations (see rendered response).
## Environment
- **Open WebUI Version:** [e.g., 0.1.125]
- **Ollama (if applicable):** NA
- **Operating System:** Ubuntu 20.04 & win 11
- **Browser (if applicable):** Chrome 120.0.6099.71
## 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:**
No errors in logs
**Screenshots (if applicable):**
See Description part
## Installation Method
Docker
## Additional Information
NA
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 @xiao-zy19 on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2629
Bug Report
Description
Bug Summary:
GPT sometimes gives responses across lines, and it sometimes uses ( ) instead of [ ], both situations cannot be rendered correctly.
The rendered response:

Raw response:

Steps to Reproduce:
Simply tell the model:
read after me:
( p^* )
[
p^*
]
Expected Behavior:
Render these latex responses correctly.
Actual Behavior:
The responses are not correctly rendered in both situations (see rendered response).
Environment
Open WebUI Version: [e.g., 0.1.125]
Ollama (if applicable): NA
Operating System: Ubuntu 20.04 & win 11
Browser (if applicable): Chrome 120.0.6099.71
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
No errors in logs
Screenshots (if applicable):
See Description part
Installation Method
Docker
Additional Information
NA
@tjbck commented on GitHub (May 28, 2024):
#2615