mindnet/config/llm_profiles.yaml

31 lines
836 B
YAML

# config/llm_profiles.yaml
# VERSION: 1.0.0 (WP-25a: Centralized MoE Profiles)
# STATUS: Active
# DESCRIPTION: Zentrale Definition der LLM-Experten-Profile für MindNet.
profiles:
# Der "Dampfhammer": Schnell und günstig für Zusammenfassungen
compression_fast:
provider: "openrouter"
model: "google/gemini-flash-1.5"
temperature: 0.1
# Der "Ingenieur": Tiefes Verständnis für Code und Logik
tech_expert:
provider: "openrouter"
model: "anthropic/claude-3-sonnet"
temperature: 0.3
# Der "Wächter": Lokal für sensible Identitäts-Daten
identity_safe:
provider: "ollama"
model: "llama3.1:8b"
temperature: 0.2
# Der "Architekt": Hochwertige Synthese und strategische Abwägung
synthesis_pro:
provider: "gemini"
model: "gemini-1.5-pro"
temperature: 0.7