From f33e4e032344527eafc293647016e785224ab272 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sat, 27 Jan 2024 11:08:44 +0800 Subject: [PATCH] fix: close tool debug level --- plugins/tool/config.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tool/config.json.template b/plugins/tool/config.json.template index 33c5745..8ece471 100644 --- a/plugins/tool/config.json.template +++ b/plugins/tool/config.json.template @@ -6,7 +6,7 @@ "meteo" ], "kwargs": { - "debug": true, + "debug": false, "no_default": false, "model_name": "gpt-3.5-turbo" }