Mzansi AI model update to qwen3.5

This commit is contained in:
2026-04-14 10:43:04 +02:00
parent 0f6c6e51ab
commit c855503edd
2 changed files with 3 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ class OllamaProvider extends LlmProvider with ChangeNotifier {
request: GenerateChatCompletionRequest(
model: _model,
messages: allMessages,
think: _think,
think: _think ?? false,
),
);
// final stream = _client.generateChatCompletionStream(