From 11ecc8fa246284c3848d3d016618f789f03de98e Mon Sep 17 00:00:00 2001 From: Cursor Date: Sat, 21 Mar 2026 00:42:42 +0100 Subject: [PATCH] =?UTF-8?q?upgrade(bot):=20qwen3-vl:30b=20(3B=20aktiv)=20-?= =?UTF-8?q?>=20qwen3-vl:32b=20(32B=20dense)=20=E2=80=94=2010x=20mehr=20Par?= =?UTF-8?q?ameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homelab-ai-bot/llm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homelab-ai-bot/llm.py b/homelab-ai-bot/llm.py index eb5ba10e..fd9ff3d2 100644 --- a/homelab-ai-bot/llm.py +++ b/homelab-ai-bot/llm.py @@ -18,8 +18,8 @@ log = logging.getLogger('llm') OLLAMA_BASE = "http://100.84.255.83:11434" OPENROUTER_BASE = "https://openrouter.ai/api/v1" -MODEL = "qwen3-vl:30b" -VISION_MODEL = "qwen3-vl:30b" +MODEL = "qwen3-vl:32b" +VISION_MODEL = "qwen3-vl:32b" MAX_TOOL_ROUNDS = 3 import datetime as _dt