asleepyfish / chatgpt

实现可连续对话和流式输出的ChatGPT API(基于SpringBoot和Vue实现流式输出)
https://blog.csdn.net/qq_41821963/article/details/128992539
MIT License
244 stars 67 forks source link

报错问题反馈 #11

Closed ex-xuzhihong001 closed 1 year ago

ex-xuzhihong001 commented 1 year ago

出现了这个错误,能帮忙看下么 [java.io.IOException: unexpected end of stream on https://api.openai.com/..., java.io.IOException: unexpected end of stream on https://api.openai.com/...] 2023-05-22 18:30:08.079 [scheduling-1] ERROR i.g.a.service.OpenAiProxyService - answer failed 1 times, the error message is: java.io.IOException: unexpected end of stream on https://api.openai.com/...

asleepyfish commented 1 year ago

出现了这个错误,能帮忙看下么 [java.io.IOException: unexpected end of stream on https://api.openai.com/..., java.io.IOException: unexpected end of stream on https://api.openai.com/...] 2023-05-22 18:30:08.079 [scheduling-1] ERROR i.g.a.service.OpenAiProxyService - answer failed 1 times, the error message is: java.io.IOException: unexpected end of stream on https://api.openai.com/...

看起来像是对话的流异常中断,多尝试几次,或者是更换更新的jdk版本和代理等。