- Projektname: Linux Zero (LX0), Chat-Komponente heisst jetzt AGI-Station - Neuer Haupt-Agent Kato (Cato der Aeltere) als Default-Modell in Open WebUI - scripts/set-main-agent.sh: Haupt-Agent per Befehl wechselbar (MAIN_AGENT in .env) - ENABLE_PERSISTENT_CONFIG=False: Konfiguration deterministisch aus .env - Alle Pfade, Shortcuts, Logs, Theme und README umbenannt (lx0-*, ~/.linux-zero) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
457 B
Text
15 lines
457 B
Text
# Linux Zero — Konfiguration
|
|
# install.sh kopiert diese Datei automatisch nach .env, falls keine existiert.
|
|
|
|
# Lokales Sprachmodell (CPU-tauglich, gut auf Deutsch).
|
|
# Alternativen ohne GPU: llama3.2:3b, phi4-mini, qwen3:4b
|
|
DEFAULT_MODEL=gemma3:4b
|
|
|
|
# Haupt-Agent der AGI-Station (Wechsel: bash scripts/set-main-agent.sh <name>)
|
|
MAIN_AGENT=kato
|
|
|
|
# Ports der Weboberflächen (nur bei Konflikten ändern)
|
|
WEBUI_PORT=3000
|
|
N8N_PORT=5678
|
|
|
|
TIMEZONE=Europe/Berlin
|