mirror of
https://github.com/Jeuners/Logpy-AgentOne.git
synced 2026-09-09 15:02:33 +02:00
docs+fix: qwen3:8b als durchgaengigen Default statt qwen3.5:latest
qwen3.5:latest traegt unnoetigen Vision-Ballast (CLIP-Projector) fuer eine reine Text-Kategorisierungsaufgabe. qwen3:8b ist kleiner (5,2 statt 6,6 GB) und reines Textmodell. Code-Fallback in config.py, .env.example, README und docs/MITGABE.md konsistent angepasst - HANDOFF.md bleibt unangetastet (datierter Zeitpunkt-Stand, keine Anleitung). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015vtvcyNkapuDh583643hNs
This commit is contained in:
parent
391eec5f41
commit
4109aee1bb
4 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ WHISPER_COMPUTE=int8
|
|||
|
||||
# --- Kategorisierung (Ollama, lokal) ---
|
||||
OLLAMA_URL=http://127.0.0.1:11434
|
||||
OLLAMA_MODELL=qwen3.5:latest
|
||||
OLLAMA_MODELL=qwen3:8b
|
||||
|
||||
# --- Nextcloud (leer lassen = nur lokale Ablage) ---
|
||||
NEXTCLOUD_URL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue