aurora icon indicating copy to clipboard operation
aurora copied to clipboard

对话提示"error": true,"message": "Failed to fetch"

Open sally624 opened this issue 1 year ago • 7 comments

使用的是ChatGPT-Next-Web最新版V2.11.3,测试API通过github的codespace的docker方式部属,填入的API链接(已将端口设为公开)为https://xxx-8080.app.github.dev/v1/chat/completions ,也试过vercel方式部属,填入的API链接为https://xxx.vercel.app/v1/chat/completions ,但是对话后都提示下面的报错,请问大佬该怎么解决?

{
  "error": true,
  "message": "Failed to fetch"
}

sally624 avatar Apr 07 '24 13:04 sally624

post吗

xiaozhou26 avatar Apr 07 '24 13:04 xiaozhou26

post吗

我是直接填到ChatGPT-Next-Web面板里进行测试的 image

sally624 avatar Apr 07 '24 14:04 sally624

vrecel不支持在next-web这些默认流式的客户端,readme不是写了吗

xiaozhou26 avatar Apr 07 '24 15:04 xiaozhou26

{ "error": true, "message": "empty response" }

sylvan99 avatar Apr 07 '24 15:04 sylvan99

vrecel不支持在next-web这些默认流式的客户端,readme不是写了吗

好的谢谢大佬,用render布署的成功了

sally624 avatar Apr 07 '24 16:04 sally624

{ "error": true, "message": "empty response" }

你这个是vercel布署的API?

sally624 avatar Apr 08 '24 01:04 sally624

{ "error": true, "message": "empty response" }

你这个是vercel布署的API?

render部署的 昨天重启render后正常了

sylvan99 avatar Apr 08 '24 01:04 sylvan99