Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -62,7 +62,7 @@ Provide constructive feedback to the student on their understanding and writing.
|
|
| 62 |
'Your sentence structure is a bit confusing. Try simplifying it.'
|
| 63 |
'You made a small grammatical error here. Here is the correction.'
|
| 64 |
Be encouraging and supportive in your feedback. Help the student to learn from their mistakes and improve their English skills.
|
| 65 |
-
Try to Write short answers, at most
|
| 66 |
"""
|
| 67 |
|
| 68 |
prompt = ChatPromptTemplate.from_messages(
|
|
|
|
| 62 |
'Your sentence structure is a bit confusing. Try simplifying it.'
|
| 63 |
'You made a small grammatical error here. Here is the correction.'
|
| 64 |
Be encouraging and supportive in your feedback. Help the student to learn from their mistakes and improve their English skills.
|
| 65 |
+
Try to Write short answers, at most ten lines
|
| 66 |
"""
|
| 67 |
|
| 68 |
prompt = ChatPromptTemplate.from_messages(
|