Timothy Pomeroy hai 4 días
pai
achega
73cac96069
Modificáronse 1 ficheiros con 4 adicións e 13 borrados
  1. 4 13
      config.json

+ 4 - 13
config.json

@@ -1,15 +1,6 @@
 {
-  "plugins": [
-    {
-      "name": "prompt-rewriter",
-      "enabled": true,
-      "path": "prompt-rewriter.so",
-      "config": {
-        "small_model_endpoint": "https://bifrost.home.timandjenni.com/openai/v1/chat/completions",
-        "small_model_name": "qwen3-4b-instruct",
-        "enable_logging": true,
-        "timeout_seconds": 15
-      }
-    }
-  ]
+    "small_model_endpoint": "https://bifrost.home.timandjenni.com/openai/v1/chat/completions",
+    "small_model_name": "qwen3-4b-instruct",
+    "enable_logging": true,
+    "timeout_seconds": 15
 }