# config/llm_profiles.yaml # VERSION: 1.0.0 (WP-25a: Centralized MoE Profiles) # STATUS: Active # DESCRIPTION: Zentrale Definition der LLM-Experten-Profile für MindNet. profiles: # Der "Dampfhammer": Schnell und günstig für Zusammenfassungen compression_fast: provider: "openrouter" model: "mistralai/mistral-7b-instruct:free" temperature: 0.1 # Der "Ingenieur": Tiefes Verständnis für Code und Logik tech_expert: provider: "openrouter" model: "anthropic/claude-3-sonnet" temperature: 0.3 # Der "Wächter": Lokal für sensible Identitäts-Daten identity_safe: provider: "ollama" model: "llama3.1:8b" temperature: 0.2 # Der "Architekt": Hochwertige Synthese und strategische Abwägung synthesis_pro: provider: "openrouter" model: "mistralai/mistral-7b-instruct:free" temperature: 0.7