fix mzansi ai modal

This commit is contained in:
2026-02-16 13:43:15 +02:00
parent a29d0afeb8
commit 141611b84d

View File

@@ -20,7 +20,7 @@ class MzansiAiProvider extends ChangeNotifier {
ollamaProvider = OllamaProvider(
baseUrl: "${AppEnviroment.baseAiUrl}/api",
model: AppEnviroment.getEnv() == "Prod"
? 'qwen3-vl:8b'
? 'qwen3-vl:8b-instruct'
: "qwen3-vl:2b-instruct",
think: false,
systemPrompt: "---INSTRUCTION START---\n"