From 0f5a2101b752d1789d2ba053bb273bc07d37fd0b Mon Sep 17 00:00:00 2001 From: wave <1038412237@qq.com> Date: Tue, 7 Mar 2023 09:54:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20max=5Ftoken=E7=8E=B0=E5=9C=A8=E4=B8=BA?= =?UTF-8?q?=E4=B9=9D=E7=99=BE=E4=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 47b2adbb3..cafa9a32f 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -748,7 +748,7 @@ def command_oper(qq_msg, message, session_id, name, user_id, user_name, at): key_stat = chatgpt.get_key_stat() key_list = chatgpt.get_key_list() index = 1 - max = 900000 + max = 9000000 gg_count = 0 total = 0 tag = '' @@ -838,4 +838,4 @@ def command_oper(qq_msg, message, session_id, name, user_id, user_name, at): msg = f"你的自定义人格已设置。 \n人格信息: {ps}\n请耐心等待机器人回复第一条信息。" go = True type = 1 - return msg, go, type \ No newline at end of file + return msg, go, type