ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Bug] ParseError: KaTeX parse error: Expected 'EOF', got '&' at position 22: …_VER.tgz \ &̲& cd Python-
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Asking a certain prompt gives a red error message in the prompt
**To Reproduce**
Ask this prompt:
```
Is it possible to speed up this python install
RUN cd /usr/src \
&& wget https://www.python.org/ftp/python/$PYTHON_VER/Python-$PYTHON_VER.tgz \
&& tar -xzf Python-$PYTHON_VER.tgz \
&& cd Python-$PYTHON_VER \
&& ./configure --enable-loadable-sqlite-extensions --enable-optimizations \
&& make profile-gen-stamp; ./python -m test.regrtest --pgo -j8; make build_all_merge_profile; touch profile-run-stamp; make \
&& make altinstall
```
**Expected behavior**
No errors
**Screenshots**

**Deployment**
https://app.nextchat.dev/#/chat
**Desktop (please complete the following information):**
- OS: Windows 11
- Browser: Brave Browser
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.