homelab-brain/homelab-ai-bot
Homelab Cursor db61aaedae fix(llm): Text-Routing auf qwen3:30b-a3b, Timeout-Fallback auf qwen2.5:14b
Vorher lief normaler Text ueber das grosse Vision-Modell qwen3-vl:32b,
was bei Tool-Calls (z.B. get_temperaturen) regelmaessig in Read-Timeouts
nach 120s resultierte.

Aenderungen:
- Text-Modell: qwen3:30b-a3b (MoE, schneller fuer reinen Text)
- Vision-Modell: bleibt qwen3-vl:32b (nur fuer Fotos/Dokumente)
- Fallback bei Timeout: qwen2.5:14b (einmaliger Retry)
- Ollama-Timeout modellabhaengig (180s Text, 240s Vision, 90s Fallback)
- Alle lokalen Modelle werden korrekt als Ollama erkannt
2026-03-21 02:00:36 +01:00
..
__pycache__ Auto-Sync: 2026-03-20 23:45 2026-03-20 23:45:09 +01:00
core docs: CT 121 deep-research in homelab.conf und Doku 2026-03-20 21:32:37 +01:00
tools fix(bot): Einheiten-Falle loesen — min 5 Ergebnisse bei Preisfragen, Gramm/Unze Warnung in Prompt und Suchergebnissen 2026-03-21 00:29:32 +01:00
context.py Plugin-System: tools/*.py auto-discovery, eine Datei pro Tool 2026-03-16 14:25:22 +07:00
daily_feed_report.py feat: /feeds Befehl + täglicher Feed-Report 22:00 2026-03-08 14:26:38 +01:00
llm.py fix(llm): Text-Routing auf qwen3:30b-a3b, Timeout-Fallback auf qwen2.5:14b 2026-03-21 02:00:36 +01:00
memory_cleanup.py Memory: Report-Stats, Ablauf-Warnung, Cleanup-Skript 2026-03-15 16:04:06 +07:00
memory_client.py RAG v2: Klassifizierung (6 Typen, 3 Confidence), source_type, Auto-Supersede, /memory erweitert 2026-03-15 17:34:16 +07:00
monitor.py Monitor: WordPress Health-Check wp-cron.php -> robots.txt (wp-cron hängt bei Cron-Jobs) 2026-03-17 15:35:15 +07:00
patch_dr.py Auto-Sync: 2026-03-20 23:00 2026-03-20 23:00:11 +01:00
patch_dr2.py Auto-Sync: 2026-03-20 23:00 2026-03-20 23:00:11 +01:00
patch_llm.py Auto-Sync: 2026-03-20 23:00 2026-03-20 23:00:11 +01:00
requirements.txt feat: Bot-Code + Core-Module persistent aufgenommen 2026-03-08 11:57:26 +01:00
savetv_web.py feat: Download-Fortschritt live anzeigen mit Progressbar 2026-03-20 20:27:22 +01:00
STATE.md Auto-Sync: 2026-03-21 01:45 2026-03-21 01:45:09 +01:00
telegram_bot.py feat: sichtbarer Fortschritt + echter Abbruch fuer lange Suchen 2026-03-20 22:35:49 +01:00
tool_loader.py Plugin-System: tools/*.py auto-discovery, eine Datei pro Tool 2026-03-16 14:25:22 +07:00
voice.py TTS: gpt-4o-mini-tts mit Instructions fuer deutschen Akzent 2026-03-15 15:42:58 +07:00