From de05784428018a6a5991d7f6d47da1afd8488302 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 2 Jan 2026 07:31:09 +0100 Subject: [PATCH] Update LLM profiles in llm_profiles.yaml: Change model for 'compression_fast' and 'synthesis_pro' profiles to 'mistralai/mistral-7b-instruct:free' and adjust provider for 'synthesis_pro' to 'openrouter' for improved performance. --- config/llm_profiles.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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