refactor: Modell- und Container-Alias auf coding_model vereinheitlicht

Statt modell-spezifischer Namen (qwen3.5-single, qwen36-27b-single) wird
überall der semantisch neutrale Bezeichner coding_model verwendet.
Dadurch kann das Modell bei Bedarf ausgetauscht werden, ohne Konfiguration,
Skripte oder Tests anpassen zu müssen.

Geändert: models.json, settings.json, start-single.sh, stop-servers.sh,
status.sh, pi-coder-judge-extension.ts, tests/, README.md, BEDIENUNGSANLEITUNG.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-15 05:26:58 +02:00
commit 2b0ca79dca
10 changed files with 39 additions and 39 deletions

View file

@ -73,7 +73,7 @@ prüfen beim Start die VRAM-Verfügbarkeit, was zusätzliche Zeit kostet).
```
=== LLaMA-Server Status ===
qwen36-27b-single (Port 8001): Container=RUNNING HTTP=OK
coding_model (Port 8001): Container=RUNNING HTTP=OK
```
### pi agent öffnen
@ -869,7 +869,7 @@ HF_HOME=/korrekter/pfad ./start-single.sh
1. Zu wenig VRAM — Container bricht beim Laden ab:
```bash
docker logs qwen36-27b-single | tail -50
docker logs coding_model | tail -50
# Suche nach: "CUDA out of memory" oder "failed to allocate"
```
→ Kontext reduzieren: `-c 65536` statt `-c 262144` in `start-single.sh`