aurora
aurora copied to clipboard
free
curl --location 'http://127.0.0.1:8080/v1/chat/completions' \ > --header 'Content-Type: application/json' \ > --data '{ > "model": "gpt-3.5-turbo", > "messages": [{"role": "user", "content": "Say this is a test!"}], > "stream": true > }'...
401 ip不支持看这里
BASE_URL=“https://auroraxf.glitch.me/api” (CN网络无法使用) BASE_URL="https://api.angelxf.cf/api" (快速) 环境变量已支持自定义base_url,使用代理的url可以绕过限制 由于滥用严重 服务器苦不受堪 故关闭免费网关
支持用户登录
使用的是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" } ```
如题
第一个vercel部署,部署成功,绑定了域名,但是没结果返回。 第二个render,按照linux.do攻略可以部署,国内可直接用,不用绑域名。 第三个koyeb,部署成功,国内无法直接使用,绑定域名要绑卡。 第四个railway,部署失败火车出轨了。。。 第五个zeabur,部署后,报错服务暂停:Service is suspended Service is suspended and it will be inaccessible until you reactivate it. Suspended services won't be charged for usage.