Mzansi AI model update to qwen3.5
This commit is contained in:
parent
0f6c6e51ab
commit
c855503edd
2 changed files with 3 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue