diff --git a/task_eval/gpt_utils.py b/task_eval/gpt_utils.py index 64d65df..46fca7a 100644 --- a/task_eval/gpt_utils.py +++ b/task_eval/gpt_utils.py @@ -48,7 +48,7 @@ # If no information is available to answer the question, write 'No information available'. -CONV_START_PROMPT = "Below is a conversation between two people: {} and {}. The conversation takes place over multiple days and the date of each conversation is wriiten at the beginning of the conversation.\n\n" +CONV_START_PROMPT = "Below is a conversation between two people: {} and {}. The conversation takes place over multiple days and the date of each conversation is written at the beginning of the conversation.\n\n" def process_ouput(text):