Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1000z authored Sep 9, 2023
1 parent 679f481 commit b2a8d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function POST(req: Request) {
role: 'user',
content: `Generate 2 ${vibe} texts with. ${
vibe === 'Persuasive'
? "Make sure you are writing persuasive, that you sell with maximum persuasion and use of word."
? "Make sure you write with spacings, markdown and headings."
: null
}
Make sure each generated texts are at least 1000 characters, based on this context or title: ${bio}${
Expand Down

0 comments on commit b2a8d94

Please sign in to comment.