Add excerpts to reading 3.

This commit is contained in:
Cristiano Ferreira
2024-07-26 23:46:46 +01:00
parent 3a7bb7764f
commit adfc027458

View File

@@ -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, '
'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)
return make_openai_call(GPT_4_O, messages, token_count, GEN_TEXT_FIELDS, GEN_QUESTION_TEMPERATURE)