QOL: Mzansi AI Chat Look and Feel & Startup question pt3
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -227,7 +227,7 @@ class _MihAiChatState extends State<MihAiChat> {
|
||||
// "Mzansi AI is here to help. Send us a messahe and we'll try our best to assist you.",
|
||||
autofocus: false,
|
||||
enableAttachments: false,
|
||||
enableVoiceNotes: true,
|
||||
enableVoiceNotes: false,
|
||||
style: mzansiAiProvider.getChatStyle(context),
|
||||
// suggestions: [
|
||||
// "What is mih all about?",
|
||||
|
||||
Reference in New Issue
Block a user