diff --git a/config/llm_profiles.yaml b/config/llm_profiles.yaml index 41b0f45..11303fb 100644 --- a/config/llm_profiles.yaml +++ b/config/llm_profiles.yaml @@ -7,7 +7,7 @@ profiles: # Der "Dampfhammer": Schnell und günstig für Zusammenfassungen compression_fast: provider: "openrouter" - model: "google/gemini-flash-1.5" + model: "mistralai/mistral-7b-instruct:free" temperature: 0.1 # Der "Ingenieur": Tiefes Verständnis für Code und Logik @@ -24,8 +24,8 @@ profiles: # Der "Architekt": Hochwertige Synthese und strategische Abwägung synthesis_pro: - provider: "gemini" - model: "gemini-1.5-pro" + provider: "openrouter" + model: "mistralai/mistral-7b-instruct:free" temperature: 0.7 \ No newline at end of file