README: Offline-KI Setup-Anleitung fuer neue Macs ergaenzt

This commit is contained in:
rene 2026-03-26 08:55:29 +01:00
parent 043c381ae9
commit 1c56449179

View file

@ -89,6 +89,27 @@ alias gitsync="~/git-sync-all.sh"
alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash" alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"
``` ```
## Offline-KI einrichten (neuer Mac)
Lokale KI (LM Studio auf M1 Max) ueber VPN nutzen:
```bash
mac-sync # zshrc mit KI-Aliases holen
git clone https://git.motocamp.de/rene/offline-ki.git ~/git-projekte/offline-ki
cd ~/git-projekte/offline-ki && pip install -e .
```
Danach (VPN muss verbunden sein):
| Alias | Funktion |
|-------|----------|
| `ki-chat` | Interaktiver Chat (lokal) |
| `ki-agent` | Agent mit Dateizugriff (lokal) |
| `ki-rchat` | Chat ueber ki.motocamp.de (VPN) |
| `ki-ragent` | Agent ueber ki.motocamp.de (VPN) |
Voraussetzung: M1 Max zuhause laeuft mit LM Studio (Server aktiv).
## Neuen Mac einrichten (Kurzfassung) ## Neuen Mac einrichten (Kurzfassung)
1. Auf einem bestehenden Mac: `gitsync` ausfuehren (pusht alles) 1. Auf einem bestehenden Mac: `gitsync` ausfuehren (pusht alles)