From d85858d787f00777dbef050920b85899a8614a71 Mon Sep 17 00:00:00 2001 From: hashcookie Date: Mon, 24 Jun 2024 22:45:44 +0800 Subject: [PATCH] fix: Optimize prompt words --- app/utils/contentExtractor.ts | 2 +- public/openai.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/openai.svg diff --git a/app/utils/contentExtractor.ts b/app/utils/contentExtractor.ts index 62a85a1..a251a65 100644 --- a/app/utils/contentExtractor.ts +++ b/app/utils/contentExtractor.ts @@ -29,6 +29,6 @@ export const extractPageContent = () => { return { extractedContent, - message: `Why this result?\n${extractedContent}`, + message: `Why this result? please provide a brief summary. no need to repeat the content of the question.\n${extractedContent}`, }; }; diff --git a/public/openai.svg b/public/openai.svg new file mode 100644 index 0000000..964273d --- /dev/null +++ b/public/openai.svg @@ -0,0 +1 @@ + \ No newline at end of file