mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
perf: !usage指令的显示
This commit is contained in:
parent
e06a2535dd
commit
f49262d98c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user