From 7392bbf32f43a0fcb7e7611485c30992e5d4c132 Mon Sep 17 00:00:00 2001 From: talksik <19339529+talksik@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:11:14 +0100 Subject: [PATCH] adjust prompt --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8ddf16b..9fcf264 100644 --- a/main.go +++ b/main.go @@ -80,7 +80,7 @@ func generateDumbOutput(bodyContents string) (string, error) { Messages: []AiMessage{ { Role: "developer", - Content: "Your goal is to convert given html content into a simplistic version of the web page provided. This means it should look so essentialist and use tailwind and simple components without any bloat of the original provided content. Only return ready to use HTML.", + Content: "Your goal is to convert given html content into a simplistic version of the web page provided. This means it should look so essentialist without any bloat of the original provided content, but keep things like links and buttons, main headlines, and even paraphrase what the content is about. Only return ready-to-use HTML, no primer message before the outputted html, and also make sure to use a sensible max amount of output tokens / characters.", }, { Role: "user",