README: Offline-KI Setup-Anleitung fuer neue Macs ergaenzt
This commit is contained in:
parent
043c381ae9
commit
1c56449179
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
|
@ -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"
|
||||
```
|
||||
|
||||
## 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)
|
||||
|
||||
1. Auf einem bestehenden Mac: `gitsync` ausfuehren (pusht alles)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue