Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 524 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 524 Bytes

chatGPT

This is currently the only chatGPT that utilizes the SSE (Server-Sent Events) technology, which results in highly expedient responses. Each character returned by OpenAI is instantaneously pushed to the browser in real-time.

这是一个使用SSE(Server-SentEvents)技术的chatGPT,因此回答问题非常的快,openai返回的每一个字符都会实时推送到浏览器,并且支持代码高亮。

只包含一个前端html和一个go后端代码,方便学习改造。

demo