mirror of
https://github.com/Jeuners/agenttwo-tools.git
synced 2026-09-09 15:02:31 +02:00
docs: RAM-Hinweis, qwen3:8b als leichtere Alternative; setup.sh warnt bei <16 GB RAM
This commit is contained in:
parent
ea87c350a5
commit
969ec6909d
2 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ npm-Workspace mit zwei Paketen:
|
|||
- Piper als **Python-Modul** — der Server ruft `python3 -m piper` auf,
|
||||
nicht das gleichnamige Homebrew-Binary
|
||||
|
||||
**RAM-Hinweis (Apple Silicon):** Qwen3.5 belegt ~7 GB im Speicher — mit
|
||||
weniger als 16 GB RAM wird es eng. Dann lieber das kleinere
|
||||
[`qwen3:8b`](https://ollama.com/library/qwen3) (`ollama pull qwen3:8b`,
|
||||
~5 GB) laden und in den Einstellungen unter „Lokales Modell“ wählen bzw.
|
||||
`MODEL=qwen3:8b` in die `.env` schreiben.
|
||||
|
||||
## Schnellstart (Mac)
|
||||
|
||||
Ein Befehl von null bis zur lauffähigen App — das Skript prüft alle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue