PlexPt / chatgpt-java

ChatGPT Java SDK。支持 GPT-4o、 GPT4 API。开箱即用。An unofficial Java SDK for seamless integration with ChatGPT's GPT-3.5 and GPT-4 APIs. Ready-to-use, simple setup, and efficient for building AI-powered applications.
https://chat.plexpt.com/
GNU General Public License v3.0
3.58k stars 704 forks source link

WX小程序怎么接收流式请求? #167

Closed AnotherJ1 closed 12 months ago

AnotherJ1 commented 1 year ago

我看实例里面的返回值是SseEmitter ,微信调用的时候必须要等服务端全部响应结束才能显示,这样导致中间会等很久。 微信小程序怎么一边接收一边显示?

AnotherJ1 commented 1 year ago

已解决,微信开放社区找的 https://developers.weixin.qq.com/community/develop/doc/0002aeb6b38cc816e7fdc2ef95b800?highLine=Sse%2520Emitter image

PlexPt commented 12 months ago

微信小程序现在支持SSE

SoftwareEngineerPalace commented 7 months ago

微信小程序现在支持SSE

确定吗,怎么用