From 75656c8f17d092f7d4433dfb0a24e9965e62fdcc Mon Sep 17 00:00:00 2001 From: Kar Date: Mon, 28 Apr 2025 16:46:41 +0000 Subject: [PATCH] Update src/routes/api/aiFollowupQuestion.js --- src/routes/api/aiFollowupQuestion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api/aiFollowupQuestion.js b/src/routes/api/aiFollowupQuestion.js index 9328361..d0ca8ff 100644 --- a/src/routes/api/aiFollowupQuestion.js +++ b/src/routes/api/aiFollowupQuestion.js @@ -52,7 +52,7 @@ const aiFollowupQuestion = async (req, res) => { conversation = { sessionId: newSessionId, conversationHistory: [ - { role: 'system', content: 'answer within 10 words' }, + { role: 'system', content: 'Reply to the questions asked by a kindergarten child, Sound excited to answer and encourage the child to ask more questions in 30 words' }, { role: 'user', content: prompt }, ], };