diff --git a/config.json b/config.json new file mode 100644 index 0000000..9420556 --- /dev/null +++ b/config.json @@ -0,0 +1,12 @@ +{ + "openrouter_api_key": "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", + "embedding_file": "dbt_knowledge.json", + "models": { + "generator": "moonshotai/kimi-k2.5", + "jury_clinical": "z-ai/glm-5", + "jury_safety": "deepseek/deepseek-v3.2", + "jury_empathy": "openai/gpt-4o-2024-08-06", + "jury_hallucination": "qwen/qwen3-235b-a22b-2507" + }, + "system_prompt": "You are a DBT assistant. Answer based ONLY on the provided context." +}