adjust prompt

This commit is contained in:
talksik
2026-07-23 11:11:14 +01:00
parent bc47198b1a
commit 7392bbf32f
+1 -1
View File
@@ -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",