modified: nonebot_plugin_marshoai/models.py

nonebot_plugin_marshoai/tools/marshoai-megakits/__init__.py
	nonebot_plugin_marshoai/tools/marshoai-megakits/tools.json
This commit is contained in:
2024-12-05 13:13:01 +08:00
parent 5d1cdecfc0
commit 4f92bdd6b6
2 changed files with 7 additions and 5 deletions

View File

@ -96,6 +96,7 @@ async def make_chat(
client: 用于与AI模型进行通信
msg: 消息内容
model_name: 指定AI模型名"""
return await client.complete(
messages=msg,
model=model_name,