⬆️ 升级alconna依赖版本

This commit is contained in:
2025-04-18 22:53:35 +08:00
parent 707f017718
commit 5297607a0b
3 changed files with 10 additions and 2 deletions

View File

@@ -83,5 +83,5 @@ async def process_completion_to_details(completion: ChatCompletion) -> str:
模型: {completion.model}
消息 ID: {completion.id}
用量信息: {usage_text}"""
print(details_text)
# print(details_text)
return details_text