switch AI ti gemma3:4b
This commit is contained in:
@@ -406,7 +406,7 @@ class _AiChatState extends State<AiChat> {
|
|||||||
controller: _modelController,
|
controller: _modelController,
|
||||||
hintText: "AI Model",
|
hintText: "AI Model",
|
||||||
dropdownOptions: const [
|
dropdownOptions: const [
|
||||||
'gemma3:1b',
|
'gemma3:4b',
|
||||||
],
|
],
|
||||||
required: true,
|
required: true,
|
||||||
editable: true,
|
editable: true,
|
||||||
@@ -609,7 +609,7 @@ class _AiChatState extends State<AiChat> {
|
|||||||
firstName: "Mzansi AI",
|
firstName: "Mzansi AI",
|
||||||
id: const Uuid().v4(),
|
id: const Uuid().v4(),
|
||||||
);
|
);
|
||||||
_modelController.text = 'gemma3:1b';
|
_modelController.text = 'gemma3:4b';
|
||||||
_fontSizeController.text = _chatFrontSize.ceil().toString();
|
_fontSizeController.text = _chatFrontSize.ceil().toString();
|
||||||
|
|
||||||
_chatHistory.add(
|
_chatHistory.add(
|
||||||
|
|||||||
Reference in New Issue
Block a user