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",