From f49262d98cb255db40d35fb81fd878434a580ae9 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 3 Jan 2023 17:54:54 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20!usage=E6=8C=87=E4=BB=A4=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/qqbot/process.py b/pkg/qqbot/process.py index 9984258..0eb4628 100644 --- a/pkg/qqbot/process.py +++ b/pkg/qqbot/process.py @@ -146,7 +146,7 @@ def process_message(launcher_type: str, launcher_id: int, text_message: str, mes reply = [reply_str] elif cmd == 'usage': - reply_str = "[bot]各api-key使用情况:" + reply_str = "[bot]各api-key使用情况:\n\n" api_keys = pkg.utils.context.get_openai_manager().key_mgr.api_key for key_name in api_keys: