From 5533ae457cf899fe2ea11b3cbcf711a5278c63b4 Mon Sep 17 00:00:00 2001 From: NoodleOfDeath Date: Tue, 10 Oct 2023 16:21:56 -0400 Subject: [PATCH] fix(topics) --- src/server/src/worker/TopicWorker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/src/worker/TopicWorker.ts b/src/server/src/worker/TopicWorker.ts index f0f0f846..bbf070f9 100644 --- a/src/server/src/worker/TopicWorker.ts +++ b/src/server/src/worker/TopicWorker.ts @@ -58,7 +58,7 @@ export async function doWork() { console.log(); const chatService = new OpenAIService(); const yesOrNo = await chatService.send(` - Are the following articles about the same topic? Please respond only with YES or NO: + Are the following articles about the same specific topic? Please respond only with YES or NO: [Article 1] ${summary.title}: ${summary.shortSummary} [Article 2] ${possibleSibling.title}: ${possibleSibling.shortSummary} `);