mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
feat: 默认apikey使用量阈值更改为900000
This commit is contained in:
@@ -14,7 +14,7 @@ class KeysManager:
|
||||
# 其中键为api-key的md5值,值为使用量
|
||||
usage = {}
|
||||
|
||||
api_key_usage_threshold = 895000
|
||||
api_key_usage_threshold = 900000
|
||||
|
||||
using_key = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user