set up system prmpt

This commit is contained in:
2025-05-22 09:37:03 +02:00
parent 3b8568bc86
commit 396c1b1a03

View File

@@ -658,7 +658,7 @@ class _AiChatState extends State<AiChat> {
);
_modelController.text = 'gemma3:4b';
_fontSizeController.text = _chatFrontSize.ceil().toString();
systemPromt = setSystemPromt();
_chatHistory.add(
ollama.Message(
role: ollama.MessageRole.system,