diff --git a/mih_ui/lib/mih_packages/mzansi_ai/package_tools/mih_ai_chat.dart b/mih_ui/lib/mih_packages/mzansi_ai/package_tools/mih_ai_chat.dart index 7512c6a7..f4da1b6c 100644 --- a/mih_ui/lib/mih_packages/mzansi_ai/package_tools/mih_ai_chat.dart +++ b/mih_ui/lib/mih_packages/mzansi_ai/package_tools/mih_ai_chat.dart @@ -301,26 +301,26 @@ class _MihAiChatState extends State with WidgetsBindingObserver { "What are the features of MIH?" ], ), - Positioned( - top: 10, - left: 10, - child: MihButton( - width: 200, - height: 30, - onPressed: () { - saveHistory(profileProvider, aiProvider); - }, - buttonColor: MihColors.getGreenColor( - MzansiInnovationHub.of(context)!.theme.mode == "Dark"), - child: Text( - "View History as json", - style: TextStyle( - color: MihColors.getPrimaryColor( - MzansiInnovationHub.of(context)!.theme.mode == "Dark"), - ), - ), - ), - ), + // Positioned( + // top: 10, + // left: 10, + // child: MihButton( + // width: 200, + // height: 30, + // onPressed: () { + // saveHistory(profileProvider, aiProvider); + // }, + // buttonColor: MihColors.getGreenColor( + // MzansiInnovationHub.of(context)!.theme.mode == "Dark"), + // child: Text( + // "View History as json", + // style: TextStyle( + // color: MihColors.getPrimaryColor( + // MzansiInnovationHub.of(context)!.theme.mode == "Dark"), + // ), + // ), + // ), + // ), if (hasHistory && lastMessage != null) Positioned( bottom: 80, diff --git a/mih_ui/lib/mih_providers/mzansi_ai_provider.dart b/mih_ui/lib/mih_providers/mzansi_ai_provider.dart index bce59913..be9c7f2b 100644 --- a/mih_ui/lib/mih_providers/mzansi_ai_provider.dart +++ b/mih_ui/lib/mih_providers/mzansi_ai_provider.dart @@ -20,7 +20,7 @@ class MzansiAiProvider extends ChangeNotifier { ollamaProvider = OllamaProvider( baseUrl: "${AppEnviroment.baseAiUrl}/api", model: AppEnviroment.getEnv() == "Prod" - ? 'gemma3n:e4b' + ? 'qwen3-vl:8b' : "qwen3-vl:2b-instruct", think: false, systemPrompt: "---INSTRUCTION START---\n"