xqdoo00o / chatgpt-web

Pure Javascript ChatGPT demo based on OpenAI API
https://xqdoo00o.github.io/chatgpt-web/
MIT License
983 stars 369 forks source link

目前是查询余额是有问题了吗?Keys 是能正常使用,就是查余额查不了 #106

Closed gsfilm closed 11 months ago

xqdoo00o commented 1 year ago

需要session key来查询了,只使用api key查询不了了。

ysmintor commented 1 year ago

需要session key来查询了,只使用api key查询不了了。

有办法解决吗?session key 只能登陆账号产生?

2braincells2go commented 12 months ago

How to get session key?

xqdoo00o commented 12 months ago

open browser console, login https://platform.openai.com/account/usage find the credit_grants in console network tab, look at the requqest headers Authorization, the sess-*** is that session key. but the operation is too complex and useless, in that page you could just directly get the usage data.

xqdoo00o commented 11 months ago

Removed check bill button