[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

@@ -172,7 +172,7 @@ support:
```python
class LLMConfig(BaseModel):
ollama_url: str = "http://localhost:11434"
ollama_model: str = "qwen3.5:latest"
ollama_model: str = "qwen3:30b"
# ... all LLM settings
class MemoryConfig(BaseModel):