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:
parent
f62983b08f
commit
de05784428
|
|
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user