Add excerpts to reading 3.
This commit is contained in:
@@ -359,6 +359,10 @@ def generate_reading_passage_3_text(topic: str):
|
|||||||
'subtle differences of opinions from people, correctly sourced to the person who said it, '
|
'subtle differences of opinions from people, correctly sourced to the person who said it, '
|
||||||
'over the specified topic and have multiple paragraphs.')
|
'over the specified topic and have multiple paragraphs.')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"role": "user",
|
||||||
|
"content": "Use real text excerpts on you generated passage and cite the sources."
|
||||||
|
}
|
||||||
]
|
]
|
||||||
token_count = count_total_tokens(messages)
|
token_count = count_total_tokens(messages)
|
||||||
return make_openai_call(GPT_4_O, messages, token_count, GEN_TEXT_FIELDS, GEN_QUESTION_TEMPERATURE)
|
return make_openai_call(GPT_4_O, messages, token_count, GEN_TEXT_FIELDS, GEN_QUESTION_TEMPERATURE)
|
||||||
|
|||||||
Reference in New Issue
Block a user