change model

This commit is contained in:
Clinton Billedeaux 2026-07-06 12:21:14 -05:00
parent 8978a1fb59
commit 3c0c8abb2c
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
"LLM": {
"BaseUrl": "http://localhost:11434/v1",
"ApiKey": "ollama",
"Model": "qwen3:14b",
"Model": "qwen3:30b-a3b",
"MaxTokens": 1500,
"TimeoutSeconds": 600
},