mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: refresh自动获取sessKey作为API Key
This commit is contained in:
parent
f7ee904414
commit
91abd8a959
2 changed files with 81 additions and 4 deletions
|
|
@ -209,7 +209,12 @@ let helpData = [
|
|||
{
|
||||
icon: 'token',
|
||||
title: '#chatgpt设置后台刷新token',
|
||||
desc: '用于查看API余额。注意和配置的key保持同一账号。'
|
||||
desc: '用于获取刷新令牌,以便获取sessKey。'
|
||||
},
|
||||
{
|
||||
icon: 'key',
|
||||
title: '#chatgpt设置sessKey',
|
||||
desc: '使用sessKey作为APIKey,适用于未手机号验证的用户'
|
||||
},
|
||||
{
|
||||
icon: 'token',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue