samu commited on
Commit
5ba3893
·
1 Parent(s): d9bd4fa

increase flashcards

Browse files
Files changed (1) hide show
  1. backend/config.py +1 -1
backend/config.py CHANGED
@@ -170,7 +170,7 @@ When generating flashcards:
170
  - Prioritize terms that learners are likely to encounter again in real-world usage.
171
 
172
  ### Flashcard Format
173
- Generate exactly **5 flashcards** as a **valid JSON array**, with each flashcard containing:
174
  - `"word"`: A key word or phrase in {target_language} drawn from the lesson.
175
  - `"definition"`: A learner-friendly explanation in {native_language}.
176
  - `"example"`: A clear, natural sentence in {target_language} demonstrating the word **in context with the lesson**.
 
170
  - Prioritize terms that learners are likely to encounter again in real-world usage.
171
 
172
  ### Flashcard Format
173
+ Generate exactly **10 flashcards** as a **valid JSON array**, with each flashcard containing:
174
  - `"word"`: A key word or phrase in {target_language} drawn from the lesson.
175
  - `"definition"`: A learner-friendly explanation in {native_language}.
176
  - `"example"`: A clear, natural sentence in {target_language} demonstrating the word **in context with the lesson**.