chatgpt2api功能失效了吗
bigQY opened this issue · 8 comments
bigQY commented
使用/v1/chat/completions
接口返回
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
0x676e67 commented
暂时去掉了
runcode1 commented
暂时去掉了
backend-api 还没有适配wss吗?
0x676e67 commented
暂时去掉了
backend-api 还没有适配wss吗?
适配了 默认不走代理,看wiki有-ws-endpoint参数说明
nankaine commented
现在都用啥客户端对接呢?
bigQY commented
现在都用啥客户端对接呢?
我暂时回到旧版了,gngpp/ninja:0.9.36
PageNotFound200 commented
请问还有其他类似 /v1/chat/completions的api可以调用吗
nankaine commented
现在都用啥客户端对接呢?
我暂时回到旧版了,
gngpp/ninja:0.9.36
我也是 不敢升级。 都不知道用啥客户端来对接升级后的
0x676e67 commented
issue 里有个宣传项目不是对接wss了么,自己改改就能用了。不想重复造轮子了
WebSocket转发我已经优化好了,自己对接就行了