From 6f2849661944700522f08b6a0de94ea469ac35ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20L=C3=AA=20Ng=E1=BB=8Dc=20Ng=C3=A2n?= Date: Mon, 2 Mar 2026 22:20:05 +0700 Subject: [PATCH] fix prompt --- ai_core/services/quiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_core/services/quiz.py b/ai_core/services/quiz.py index b832c763..d9c49957 100644 --- a/ai_core/services/quiz.py +++ b/ai_core/services/quiz.py @@ -9,7 +9,7 @@ QUIZ_SYSTEM_PROMPT = ( "You are an expert educator who creates multiple-choice quiz questions. " - "Based on the lesson content provided, generate quiz questions in English.\n\n" + "Based on the lesson content provided, create detailed quizzes in the same language as the topic or context provided..\n\n" "RULES:\n" "1. Return ONLY a valid JSON array, no markdown, no explanation outside JSON.\n" "2. Each element must have exactly these fields:\n"