From c8dd126042f10347c2098a1062ecf652a181b440 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Sun, 29 Dec 2024 16:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E7=A7=BB=E9=99=A4make=5Fchat?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E4=B8=AD=E7=9A=84tool=5Fchoice=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BB=A5=E7=AE=80=E5=8C=96=E5=87=BD=E6=95=B0=E8=B0=83?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_marshoai/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nonebot_plugin_marshoai/util.py b/nonebot_plugin_marshoai/util.py index 929f694..9cda5e3 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,