Skip to content

Commit

Permalink
fix: Optimize prompt words
Browse files Browse the repository at this point in the history
  • Loading branch information
HashCookie committed Jun 24, 2024
1 parent f3c74e8 commit d85858d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/contentExtractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
};
};
1 change: 1 addition & 0 deletions public/openai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d85858d

Please sign in to comment.