diff --git a/config/llm_profiles.yaml b/config/llm_profiles.yaml index db804ca..4892213 100644 --- a/config/llm_profiles.yaml +++ b/config/llm_profiles.yaml @@ -8,21 +8,21 @@ profiles: # Der "Architekt": Hochwertige Synthese. Fällt bei Fehlern auf den Backup-Cloud-Experten zurück. synthesis_pro: provider: "openrouter" - model: "gemini-1.5-mistralai/mistral-7b-instruct:free" + model: "google/gemini-2.0-flash-exp:free" temperature: 0.7 fallback_profile: "synthesis_backup" # Der "Vize": Leistungsstarkes Modell bei einem anderen Provider (Resilienz). synthesis_backup: provider: "openrouter" - model: "mistralai/mistral-large" + model: "meta-llama/llama-3.3-70b-instruct:free" temperature: 0.5 fallback_profile: "identity_safe" # Letzte Instanz: Lokal # Der "Ingenieur": Fachspezialist für Code. Nutzt bei Ausfall den Generalisten. tech_expert: provider: "openrouter" - model: "anthropic/claude-3.5-sonnet" + model: "qwen/qwen-2.5-vl-7b-instruct:free" temperature: 0.3 fallback_profile: "synthesis_pro"