aurorax-neo / free-gpt3.5-2api

free chat gpt api
https://free-gpt3-5-2api-one.vercel.app
457 stars 81 forks source link

咨询一下 #74

Closed David030111 closed 1 month ago

David030111 commented 1 month ago

{ "detail": { "code": 401, "msg": "please restart the program、change the IP address、use a proxy to try again.", "error": null } }

返回是这样的,怎么处理呢?

aurorax-neo commented 1 month ago

{

"detail": {

    "code": 401,

    "msg": "please restart the program、change the IP address、use a proxy to try again.",

    "error": null

}

}

返回是这样的,怎么处理呢?

更换 ip 或者使用账号请求,免登录现在风控很高

David030111 commented 1 month ago

access-token我能获取到,AUTHORIZATIONS字段的ac- 是怎么获取的?我看写的是必须填写

aurorax-neo commented 1 month ago

access-token我能获取到,AUTHORIZATIONS字段的ac- 是怎么获取的?我看写的是必须填写

想用内置的 access-token 就填写 ac-*** 这个自定义

也可以 直接使用 access-token 调用