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.

This commit is contained in:
Lars 2026-01-02 07:31:09 +01:00
parent f62983b08f
commit de05784428

View File

@ -7,7 +7,7 @@ profiles:
# Der "Dampfhammer": Schnell und günstig für Zusammenfassungen # Der "Dampfhammer": Schnell und günstig für Zusammenfassungen
compression_fast: compression_fast:
provider: "openrouter" provider: "openrouter"
model: "google/gemini-flash-1.5" model: "mistralai/mistral-7b-instruct:free"
temperature: 0.1 temperature: 0.1
# Der "Ingenieur": Tiefes Verständnis für Code und Logik # Der "Ingenieur": Tiefes Verständnis für Code und Logik
@ -24,8 +24,8 @@ profiles:
# Der "Architekt": Hochwertige Synthese und strategische Abwägung # Der "Architekt": Hochwertige Synthese und strategische Abwägung
synthesis_pro: synthesis_pro:
provider: "gemini" provider: "openrouter"
model: "gemini-1.5-pro" model: "mistralai/mistral-7b-instruct:free"
temperature: 0.7 temperature: 0.7