From 40b51990a45f429dcb7dd35f6758cbc50312fd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20=C3=93skarsson?= Date: Tue, 15 Oct 2024 10:51:35 +0200 Subject: [PATCH] trying to reduce text in the pictures --- src/actions/hello/ai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/hello/ai.ts b/src/actions/hello/ai.ts index 5472bd0..676e2d9 100644 --- a/src/actions/hello/ai.ts +++ b/src/actions/hello/ai.ts @@ -14,7 +14,7 @@ export function imagePrompt(insult: string, country: string) { `Summarize the following joke about ${country}: "${insult}"`, "stunning shot, beautiful nature, happy people", "Caricature art-style", - "No text", + "No text, No titles, No quotes", ]; return prompt.join(". "); }