mirror of
http://100.103.83.12:3003/fegger/pv-agent.git
synced 2026-09-17 17:16:23 +00:00
Ollama-URL korrigiert (100.103.83.12:11435) und M1/M2 gegen Echt-System validiert
Der Host betreibt zwei Ollama-Instanzen: 11434 (fast leer, 0.16.2) und 11435 (Ziel-Instanz, 0.32.13, Modell-Zoo) — Port nicht mehr auf 11434 'korrigieren' (Dokumentation + Skill + Config-Default angepasst). Validierung gegen das echte System: bge-m3 per API gepullt, Hybrid-Index (3005 Chunks, 100 % eingebettet, 144 s), M1-Akzeptanz erreicht (Recall@8 0,952 > 0,9; Hit-Rate 0,968). Antwortmodus-Eval mit qwen3.8:27b (Thinking verifiziert aus): Zitier-Präzision 100 % (4 Regenerierungen), Verweigerung korrekt 94,3 %, Latenz mean 32 s. ATZ-Konfliktfall korrekt beide Werte mit Warnung. generate.py: sources enthaelt jetzt nur zitierte Quellen; Systemprompt ohne redundante Quellenzeile. Bake-off-Feld (M3) bereits installiert: qwen3.6:27B, gemma4:26b, mistral-small3.1:24b, gemma4:12B.
This commit is contained in:
@@ -39,11 +39,11 @@ touches Odoo code, also apply `.agents/odoo19-development/SKILL.md`.
|
||||
|
||||
## System context (fixed facts)
|
||||
|
||||
- **Ollama server:** `http://100.183.83.12:11435` (custom port — do
|
||||
not "correct" it to 11434). Verify reachability and installed models
|
||||
with `curl http://100.183.83.12:11435/api/tags`. Note: agent sandboxes
|
||||
may not reach this host — run such checks from the user's shell, not
|
||||
the sandbox.
|
||||
- **Ollama server:** `http://100.103.83.12:11435` — the target instance
|
||||
(custom port, holds the model zoo: qwen3.8:27b, bge-m3, bake-off
|
||||
candidates). The same host also runs a near-empty instance on port
|
||||
11434 — do **not** "correct" the port to 11434. Verify with
|
||||
`curl http://100.103.83.12:11435/api/tags`.
|
||||
- **GPU:** AMD Radeon AI Pro R9700, 32 GB — keep the total resident
|
||||
budget (answer model + embeddings + KV cache) under ~28 GB.
|
||||
- **Models (provisional until bake-off, see protocol below):**
|
||||
|
||||
Reference in New Issue
Block a user