mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
feat: 默认apikey使用量阈值更改为900000
This commit is contained in:
parent
ab37ced04f
commit
f80df933ed
|
@ -14,7 +14,7 @@ class KeysManager:
|
|||
# 其中键为api-key的md5值,值为使用量
|
||||
usage = {}
|
||||
|
||||
api_key_usage_threshold = 895000
|
||||
api_key_usage_threshold = 900000
|
||||
|
||||
using_key = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user