Skip to content

Commit

Permalink
fix: text update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Jul 24, 2023
1 parent 4e82c74 commit 1409ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/refinePrompt/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function fetchRefinedPrompt(promptText: string) {
// const content = `Please enhance the clarity and effectiveness of the following prompt: ${promptText}`;

const systemPrompt =
'Please output only the refined prompt without any prefixes or additional text.';
'Please output only the rephrased prompt without any prefixes or additional text.';

const content = `Please rephrase the following prompt to make it more clear, effective, and detailed, while preserving its original meaning and intent: ${promptText}`;

Expand Down

0 comments on commit 1409ea5

Please sign in to comment.