QOL: Mzansi AI Chat Look and Feel & Startup question pt3
This commit is contained in:
parent
8e6ef25954
commit
a3c1963d30
3 changed files with 3 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ class OllamaProvider extends LlmProvider with ChangeNotifier {
|
|||
final stream = _generateStream(messages);
|
||||
yield* stream.map((chunk) {
|
||||
llmMessage.append(chunk);
|
||||
notifyListeners();
|
||||
return chunk;
|
||||
});
|
||||
KenLogger.success("Stream completed for: $prompt");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue