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