Преглед изворни кода

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"
   }