| 123456789101112131415 |
- {
- "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
- }
- }
- ]
- }
|