修复夸赞名单报错

This commit is contained in:
2025-03-17 05:25:15 +08:00
parent 21b695f2d4
commit 9878114376
3 changed files with 10 additions and 10 deletions

View File

@ -103,7 +103,7 @@ class MarshoHandler:
处理单条聊天
"""
context_msg = get_prompt(model_name) + (
context_msg = await get_prompt(model_name) + (
self.context.build(self.target.id, self.target.private)
)
response = await make_chat_openai(