update Mzansi AI Thoughts window
This commit is contained in:
@@ -236,10 +236,9 @@ class _AiChatState extends State<AiChat> {
|
|||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
windowBody: Column(
|
windowBody: Column(
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
Stack(
|
Stack(
|
||||||
children: [
|
|
||||||
Column(
|
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
snapshot.requireData,
|
snapshot.requireData,
|
||||||
@@ -252,8 +251,6 @@ class _AiChatState extends State<AiChat> {
|
|||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
|
||||||
),
|
|
||||||
Positioned(
|
Positioned(
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
@@ -657,7 +654,7 @@ class _AiChatState extends State<AiChat> {
|
|||||||
);
|
);
|
||||||
_modelController.text = 'gemma3:4b';
|
_modelController.text = 'gemma3:4b';
|
||||||
_fontSizeController.text = _chatFrontSize.ceil().toString();
|
_fontSizeController.text = _chatFrontSize.ceil().toString();
|
||||||
systemPromt = setSystemPromt();
|
|
||||||
_chatHistory.add(
|
_chatHistory.add(
|
||||||
ollama.Message(
|
ollama.Message(
|
||||||
role: ollama.MessageRole.system,
|
role: ollama.MessageRole.system,
|
||||||
|
|||||||
Reference in New Issue
Block a user