Skip to content

Commit

Permalink
fix(topics)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleOfDeath committed Oct 10, 2023
1 parent 85c69b8 commit 5533ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/src/worker/TopicWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
`);
Expand Down

0 comments on commit 5533ae4

Please sign in to comment.