From 7723d656dc20ac8b5c79ccc1149e4531a0e41e45 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 13 Jan 2023 13:10:35 -0300 Subject: [PATCH] Do not force GPT to summarize note using past tense Not all notes are in the past. Notes can be about stuff in the future. Casting them to past tense gives the impression that they've already happened / been done. --- src/processor/conversation/gpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processor/conversation/gpt.py b/src/processor/conversation/gpt.py index 5f312b78..d8d75cd9 100644 --- a/src/processor/conversation/gpt.py +++ b/src/processor/conversation/gpt.py @@ -31,7 +31,7 @@ Summarize the below notes about {user_query}: {text} -Summarize the notes in second person perspective and use past tense:''' +Summarize the notes in second person perspective:''' # Get Response from GPT response = openai.Completion.create(