woodchen-ink / openai-billing-query

单页面项目,批量可视化查询openai账号信息,支持dashboard的access来获取sess id,支持pandora接口获取sess
https://o-b.pages.dev/
Apache License 2.0
131 stars 33 forks source link

检测有效功能,改为向openai发一个请求,当返回为正确时为有效 #4

Closed woodchen-ink closed 1 year ago

woodchen-ink commented 1 year ago

目前是以3.5的检测结果为准的,但是有时候会碰到类似Error: You exceeded your current quota, please check your plan and billing details.这种情况。

所以改为发请求,验证返回值格式比较好。

等一个有缘人PR