mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 20:06:06 +00:00
perf: 删除过时的usage相关字段
This commit is contained in:
@@ -12,12 +12,8 @@ class KeysManager:
|
|||||||
|
|
||||||
# api-key的使用量
|
# api-key的使用量
|
||||||
# 其中键为api-key的md5值,值为使用量
|
# 其中键为api-key的md5值,值为使用量
|
||||||
usage = {}
|
|
||||||
|
|
||||||
fee = {}
|
fee = {}
|
||||||
|
|
||||||
api_key_usage_threshold = 900000 # 已弃用
|
|
||||||
|
|
||||||
api_key_fee_threshold = 18.0
|
api_key_fee_threshold = 18.0
|
||||||
|
|
||||||
using_key = ""
|
using_key = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user