upgrade(bot): qwen3-vl:30b (3B aktiv) -> qwen3-vl:32b (32B dense) — 10x mehr Parameter

This commit is contained in:
Cursor 2026-03-21 00:42:42 +01:00
parent 6d14a20314
commit 11ecc8fa24

View file

@ -18,8 +18,8 @@ log = logging.getLogger('llm')
OLLAMA_BASE = "http://100.84.255.83:11434" OLLAMA_BASE = "http://100.84.255.83:11434"
OPENROUTER_BASE = "https://openrouter.ai/api/v1" OPENROUTER_BASE = "https://openrouter.ai/api/v1"
MODEL = "qwen3-vl:30b" MODEL = "qwen3-vl:32b"
VISION_MODEL = "qwen3-vl:30b" VISION_MODEL = "qwen3-vl:32b"
MAX_TOOL_ROUNDS = 3 MAX_TOOL_ROUNDS = 3
import datetime as _dt import datetime as _dt