From dc00a9a73cfec8685cfefc5164175fed52ff1781 Mon Sep 17 00:00:00 2001 From: ra1n Date: Sun, 2 Nov 2025 17:18:10 +0800 Subject: [PATCH] fix(utils:gpt): corrects the typo within the prompt --- task_eval/gpt_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):