diff --git a/helper/openai_interface.py b/helper/openai_interface.py index 8b9f02b..dfd0597 100644 --- a/helper/openai_interface.py +++ b/helper/openai_interface.py @@ -243,7 +243,7 @@ def calculate_section_grade_summary(section): {"role": "user", "content": "Your evaluation comment on the grade should enunciate the grade, be insightful, be speculative, be one paragraph long. "}, {"role": "user", "content": "Please save the evaluation comment and suggestions generated."}, - {"role": "user", "content": "Offer bullet points to improve the english speaking ability."}, + {"role": "user", "content": f"Offer bullet points to improve the english {str(section['name'])} ability."}, ] if section['code'] == "level":