浏览代码

fix: close tool debug level

zhayujie 2 年之前
父节点
当前提交
f33e4e0323
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/tool/config.json.template

+ 1 - 1
plugins/tool/config.json.template

@@ -6,7 +6,7 @@
     "meteo"
   ],
   "kwargs": {
-    "debug": true,
+    "debug": false,
     "no_default": false,
     "model_name": "gpt-3.5-turbo"
   }