ENCOA-276, ENCOA-277
This commit is contained in:
@@ -42,7 +42,7 @@ class FillBlanks:
|
||||
{
|
||||
"role": "user",
|
||||
"content": (
|
||||
f'Select {quantity} {difficulty} difficulty words, it must be words and not expressions, '
|
||||
f'Select {quantity} {difficulty} CEFR level difficulty words, it must be words and not expressions, '
|
||||
f'from this:\n{response["summary"]}'
|
||||
)
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ class WriteBlanks:
|
||||
{
|
||||
"role": "user",
|
||||
"content": (
|
||||
f'Generate {str(quantity)} {difficulty} difficulty short answer questions, and the '
|
||||
f'Generate {str(quantity)} {difficulty} CEFR level difficulty short answer questions, and the '
|
||||
f'possible answers, must have maximum {max_words} words per answer, about this text:\n"{text}"'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user