sally624

Results 1 issues of sally624

使用的是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" } ```