GaiZhenbiao / ChuanhuChatGPT

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.
https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT
GNU General Public License v3.0
15.25k stars 2.3k forks source link

[Bug]: GPT o1-mini 模型回复内容,前端显示格式问题 #1163

Closed crosswk closed 1 month ago

crosswk commented 1 month ago

这个bug是否已存在现有issue了?

错误表现

目前使用o1-mini模型回答问题后,前端首先会显示正常的markdown格式,然后会自动刷新一次,回复的内容都会成为一个段落,这一整个段落很难阅读。 2024-09-18 22 09 09 2024-09-18 22 09 20

复现操作

latest

错误日志

只有截图文件,没有错误日志。

运行环境

latest

帮助解决

补充说明

latest

crosswk commented 1 month ago

上面截图的API,是o1-mini逆向的api测试结果,使用正常的API效果也是一样的。首先会刷新一个正常的格式,然后自动刷新一下,回复的内容都会挤到一个段落中。

GaiZhenbiao commented 1 month ago

还真是,我看看怎么回事