Merge pull request #178 from yaso-meth/NEW--Enhanced-System-Promt
set up system prmpt
This commit is contained in:
commit
3673138e21
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue