ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
75.85k stars 58.91k forks source link

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

Open coffeegrind123 opened 9 months ago

coffeegrind123 commented 9 months ago

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

Deployment https://app.nextchat.dev/#/chat

Desktop (please complete the following information):

Issues-translate-bot commented 9 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: [Bug]