remove large llm and add gemma2:2B
This commit is contained in:
parent
0632956015
commit
2e1f2c842a
1 changed files with 2 additions and 2 deletions
|
|
@ -296,7 +296,7 @@ class _AiChatState extends State<AiChat> {
|
||||||
firstName: "Mzansi AI",
|
firstName: "Mzansi AI",
|
||||||
id: const Uuid().v4(),
|
id: const Uuid().v4(),
|
||||||
);
|
);
|
||||||
_modelCopntroller.text = 'deepseek-r1';
|
_modelCopntroller.text = 'gemma2:2b';
|
||||||
_fontSizeCopntroller.text = _chatFrontSize.ceil().toString();
|
_fontSizeCopntroller.text = _chatFrontSize.ceil().toString();
|
||||||
_chatHistory.add(
|
_chatHistory.add(
|
||||||
ollama.Message(
|
ollama.Message(
|
||||||
|
|
@ -403,7 +403,7 @@ class _AiChatState extends State<AiChat> {
|
||||||
hintText: "AI Model",
|
hintText: "AI Model",
|
||||||
dropdownOptions: const [
|
dropdownOptions: const [
|
||||||
'deepseek-r1:1.5b',
|
'deepseek-r1:1.5b',
|
||||||
'deepseek-r1'
|
'gemma2:2b'
|
||||||
],
|
],
|
||||||
required: true,
|
required: true,
|
||||||
editable: true,
|
editable: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue