config.json 631 B

1234567891011121314151617181920212223
  1. {
  2. "enabled": true,
  3. "backend": "llama_cpp",
  4. "model_name": "qwen2.5-1.5b-instruct",
  5. "model_path": "models/nlp/qwen2.5-1.5b-instruct-q4_k_m.gguf",
  6. "use_gpu": false,
  7. "num_threads": 4,
  8. "temperature": 0.1,
  9. "max_tokens": 256,
  10. "context_window": 8192,
  11. "ollama_host": "http://localhost:11434",
  12. "response_language": "de",
  13. "fallback_intent": "unknown",
  14. "min_confidence": 0.3,
  15. "log_requests": false,
  16. "admin_password": "",
  17. "admin_session_timeout": 1800,
  18. "keyword_matcher": {
  19. "enabled": true,
  20. "confidence_threshold": 0.82,
  21. "fuzzy_threshold": 0.8
  22. }
  23. }