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