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 }, ], };