diff --git a/nonebot_plugin_marshoai/util.py b/nonebot_plugin_marshoai/util.py index 929f694e..9cda5e3e 100755 --- a/nonebot_plugin_marshoai/util.py +++ b/nonebot_plugin_marshoai/util.py @@ -95,7 +95,6 @@ async def make_chat( messages=msg, model=model_name, tools=tools, - tool_choice="auto", temperature=config.marshoai_temperature, max_tokens=config.marshoai_max_tokens, top_p=config.marshoai_top_p,