From ab37ced04f1d658bbef221c05257ba027d1f27a3 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 16 Dec 2022 23:19:41 +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 --- config-template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-template.py b/config-template.py index cad49e44..7ccd4279 100644 --- a/config-template.py +++ b/config-template.py @@ -31,7 +31,7 @@ openai_config = { # 单个api-key的使用量警告阈值 # 当使用此api-key进行请求的文字量达到此阈值时,会在控制台输出警告并通知管理员 # 若之后还有未使用超过此值的api-key,则会切换到新的api-key进行请求 -api_key_usage_threshold = 895000 +api_key_usage_threshold = 900000 # 管理员QQ号,用于接收报错等通知,为0时不发送通知 admin_qq = 0