Merge pull request #112 from yaso-meth/NEW--Mzansi-Ai-Gemma-3

delete deepseek & gemma 2 and replace it with gemma3
This commit is contained in:
yaso-meth
2025-03-19 11:13:49 +02:00
committed by GitHub

View File

@@ -394,8 +394,7 @@ class _AiChatState extends State<AiChat> {
controller: _modelController, controller: _modelController,
hintText: "AI Model", hintText: "AI Model",
dropdownOptions: const [ dropdownOptions: const [
'deepseek-r1:1.5b', 'gemma3:1b',
'gemma2:2b'
], ],
required: true, required: true,
editable: true, editable: true,
@@ -585,7 +584,7 @@ class _AiChatState extends State<AiChat> {
firstName: "Mzansi AI", firstName: "Mzansi AI",
id: const Uuid().v4(), id: const Uuid().v4(),
); );
_modelController.text = 'gemma2:2b'; _modelController.text = 'gemma3:1b';
_fontSizeController.text = _chatFrontSize.ceil().toString(); _fontSizeController.text = _chatFrontSize.ceil().toString();
_chatHistory.add( _chatHistory.add(