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