Chanzhaoyu / chatgpt-web

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

避免某些IIS配置,前端没有打字机的效果 #2059

Closed hjsoft-thinker closed 6 months ago

hjsoft-thinker commented 6 months ago

建议将service端的header头: res.setHeader('Content-type', 'application/octet-stream') 改为:res.setHeader('Content-type', 'text/event-stream')

这样可以避免某些IIS配置,前端没有打字机的效果

github-actions[bot] commented 6 months ago

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

github-actions[bot] commented 6 months ago

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