Skip to content

Commit

Permalink
prompting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrioid committed Oct 14, 2024
1 parent 842c361 commit f752879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/hello/ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function greetingPrompt(country: string) {
}

export function imagePrompt(insult: string, country: string) {
return `Create an image inspired by the following joke: ${insult}. Set in ${country}. Ultra realistic photo style. No text.`;
return `Create an image inspired by the following joke: ${insult}. Set in ${country}. Ultra realistic photo style. No text. Witty, Sarcastic.`;
}

export async function promptAI(prompt: string): Promise<string> {
Expand Down

0 comments on commit f752879

Please sign in to comment.