docs: Weg-2 (Web-Suche) dokumentiert + Version 0.3.0

Web-Such-/Tool-Calling-Funktion in der Doku nachgezogen: CHANGELOG (0.3.0),
README, CLAUDE.md (Querschnitt), Architektur-Doc (§6.1), Bedienungsanleitung
(§5.5 Nutzer/Admin) und DEPLOYMENT (Tool-Faehigkeit des Modells).
Version 0.2.0 -> 0.3.0 (pyproject.toml).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-30 08:11:40 +02:00
commit eea25455cb
7 changed files with 78 additions and 1 deletions

View file

@ -1641,3 +1641,11 @@ openrouter_llm_model = "mistralai/mistral-small-3.2-24b-instruct"
Free-Tier-Modelle (`:free`-Suffix) sind für Produktion ungeeignet — hohe
Wartezeiten durch geteilte Kapazität (z.B. Venice-Backend: 8 req/min).
> **Tool-Fähigkeit (für die Web-Suche, `web_search_enabled`):** Das zentrale Modell
> muss Tool-Calling über OpenRouter unterstützen. `mistral-small-3.2-24b-instruct`
> tut das; die alte Baseline `mistral-small-24b-instruct-2501` **nicht** (404 „No
> endpoints found that support tool use"). Ein tool-unfähiges Modell wird zur Laufzeit
> erkannt (antwortet dann ohne Suche, geloggt), aber nicht jede Volatil-Frage wird
> dann frisch beantwortet — also kein tool-unfähiges Modell wählen, solange die
> Web-Suche aktiv ist.