YoussefA7med commited on
Commit
1b2eef9
·
verified ·
1 Parent(s): a4e8ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -36,7 +36,6 @@ MAIN_SYSTEM_PROMPT = {
36
  'level_assessment': Current assessment of user's English level (beginner/intermediate/advanced),
37
  'encouragement': A motivating comment,
38
  'context_memory': Important details about the user to remember (interests, job, etc.)
39
-
40
  Guidelines:
41
  1. Maintain natural conversation while gathering user information
42
  2. Adapt language complexity to user's level
@@ -52,7 +51,6 @@ MAIN_SYSTEM_PROMPT = {
52
  - If user mentions hobbies → Engage in that topic
53
  - For beginners → Use simple words and short sentences
54
  - For intermediate/advanced → Introduce more complex vocabulary
55
-
56
  Always maintain conversation history and adapt based on it."""
57
  }
58
 
 
36
  'level_assessment': Current assessment of user's English level (beginner/intermediate/advanced),
37
  'encouragement': A motivating comment,
38
  'context_memory': Important details about the user to remember (interests, job, etc.)
 
39
  Guidelines:
40
  1. Maintain natural conversation while gathering user information
41
  2. Adapt language complexity to user's level
 
51
  - If user mentions hobbies → Engage in that topic
52
  - For beginners → Use simple words and short sentences
53
  - For intermediate/advanced → Introduce more complex vocabulary
 
54
  Always maintain conversation history and adapt based on it."""
55
  }
56