Przeglądaj źródła

fix: close tool debug level

zhayujie 2 lat temu
rodzic
commit
f33e4e0323
1 zmienionych plików z 1 dodań i 1 usunięć
  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"
   }