config.json 363 B

123456789101112131415
  1. {
  2. "plugins": [
  3. {
  4. "name": "prompt-rewriter",
  5. "enabled": true,
  6. "path": "prompt-rewriter.so",
  7. "config": {
  8. "small_model_endpoint": "https://bifrost.home.timandjenni.com/openai/v1/chat/completions",
  9. "small_model_name": "qwen3-4b-instruct",
  10. "enable_logging": true,
  11. "timeout_seconds": 15
  12. }
  13. }
  14. ]
  15. }