From f80df933eddf59842a2f5ba5317df8c050439c7d Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 16 Dec 2022 23:21:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BB=98=E8=AE=A4apikey=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=87=8F=E9=98=88=E5=80=BC=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?900000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/openai/keymgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/openai/keymgr.py b/pkg/openai/keymgr.py index e3a58034..03e2afd5 100644 --- a/pkg/openai/keymgr.py +++ b/pkg/openai/keymgr.py @@ -14,7 +14,7 @@ class KeysManager: # 其中键为api-key的md5值,值为使用量 usage = {} - api_key_usage_threshold = 895000 + api_key_usage_threshold = 900000 using_key = ""