Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页
MIT License
31.54k stars 11.21k forks source link

是否支持逐字显示呢。 #2043

Closed davisharry closed 8 months ago

davisharry commented 8 months ago

是否支持逐字显示呢。

INCORRENTs commented 8 months ago

老哥实现了吗

ChrisKimZHT commented 8 months ago

即使有中文文档也不看?

Q: 前端没有打字机效果? A: 一种可能原因是经过 Nginx 反向代理,开启了 buffer,则 Nginx 会尝试从后端缓冲一定大小的数据再发送给浏览器。请尝试在反代参数后添加 proxy_buffering off;,然后重载 Nginx。其他 web server 配置同理。

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 10 days with no activity.

github-actions[bot] commented 8 months ago

This issue was closed because it has been inactive for 2 days since being marked as stale.