QOL: Mzansi AI Enhancement pt1
This commit is contained in:
parent
08bfe1d417
commit
cc3f18f7e2
10 changed files with 231 additions and 176 deletions
|
|
@ -228,10 +228,11 @@ class _MihAiChatState extends State<MihAiChat> with WidgetsBindingObserver {
|
|||
LlmChatView(
|
||||
provider: aiProvider.ollamaProvider,
|
||||
messageSender: aiProvider.ollamaProvider.sendMessageStream,
|
||||
speechToText: aiProvider.ollamaProvider.speechToText,
|
||||
// welcomeMessage:
|
||||
// "Mzansi AI is here to help. Send us a messahe and we'll try our best to assist you.",
|
||||
autofocus: false,
|
||||
enableAttachments: false,
|
||||
enableAttachments: true,
|
||||
enableVoiceNotes: false,
|
||||
style: aiProvider.getChatStyle(context),
|
||||
suggestions: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue