gptlink
gptlink copied to clipboard
希望增加 openai接口报错的记录
比如:接口返回error,希望可以有记录或者提示。 { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } }
有记录,目前归在 hyperf.log 里