1
0

[loop-cycle-52] fix: remove all qwen3.5 references (#182) (#190)

This commit is contained in:
2026-03-15 12:34:21 -04:00
parent efef0cd7a2
commit 96c7e6deae
10 changed files with 27 additions and 42 deletions

View File

@@ -63,7 +63,7 @@ def _get_ollama_model() -> str:
1. /api/ps — models currently loaded in memory (most accurate)
2. /api/tags — all installed models (fallback)
Both use exact name match to avoid prefix collisions
(e.g. 'qwen3:30b' vs 'qwen3.5:latest').
(e.g. 'qwen3:8b' vs 'qwen3:30b').
"""
from config import settings