ChatGPTNextWeb / ChatGPTNextWeb/NextChat

[Bug] ParseError: KaTeX parse error: Expected 'EOF', got '&' at position 22: …_VER.tgz \ &̲& cd Python-

Open
#3,869 1 comment 0 reactions 0 assignees View on GitHub
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**
![image](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/assets/103264516/70e517b1-a09b-49ab-8ede-494940ebd270)

**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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.