Fix generating speaking task 2.
This commit is contained in:
4
app.py
4
app.py
@@ -665,12 +665,12 @@ def get_speaking_task_2_question():
|
|||||||
"role": "system",
|
"role": "system",
|
||||||
"content": (
|
"content": (
|
||||||
'You are a helpful assistant designed to output JSON on this format: '
|
'You are a helpful assistant designed to output JSON on this format: '
|
||||||
'{"topic": "topic", "question": "question"}')
|
'{"topic": "topic", "question": "question", "prompts": ["prompt_1", "prompt_2", "prompt_3"]}')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": (
|
"content": (
|
||||||
'Craft a thought-provoking question of ' + difficulty + ' difficulty for IELTS Speaking Part 2 '
|
'Create a question of ' + difficulty + ' difficulty for IELTS Speaking Part 2 '
|
||||||
'that encourages candidates to narrate a '
|
'that encourages candidates to narrate a '
|
||||||
'personal experience or story related to the topic '
|
'personal experience or story related to the topic '
|
||||||
'of "' + topic + '". Include 3 prompts that '
|
'of "' + topic + '". Include 3 prompts that '
|
||||||
|
|||||||
Reference in New Issue
Block a user