0x676e67/ninja

chatgpt2api功能失效了吗

bigQY opened this issue · 8 comments

使用/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"
    }
}

暂时去掉了

暂时去掉了

backend-api 还没有适配wss吗?

暂时去掉了

backend-api 还没有适配wss吗?

适配了 默认不走代理,看wiki有-ws-endpoint参数说明

现在都用啥客户端对接呢?

现在都用啥客户端对接呢?

我暂时回到旧版了,gngpp/ninja:0.9.36

请问还有其他类似 /v1/chat/completions的api可以调用吗

现在都用啥客户端对接呢?

我暂时回到旧版了,gngpp/ninja:0.9.36

我也是 不敢升级。 都不知道用啥客户端来对接升级后的

issue 里有个宣传项目不是对接wss了么,自己改改就能用了。不想重复造轮子了

WebSocket转发我已经优化好了,自己对接就行了