From 7bcadfd50210a1903018a6000fdc7e58952eafe4 Mon Sep 17 00:00:00 2001 From: Julian Bilcke Date: Sun, 8 Jan 2023 22:01:32 +0100 Subject: [PATCH] stop parrotting please --- src/engine/prompts/layout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/prompts/layout.ts b/src/engine/prompts/layout.ts index 70be466..407a8bc 100644 --- a/src/engine/prompts/layout.ts +++ b/src/engine/prompts/layout.ts @@ -11,7 +11,7 @@ export const layoutPrompt = (instructions: Instructions) => - colors must be aligned with the guidelines - write in English, not in latin - all the image alt should be fully captioned and describe the image in details (the subject, how it was created, where, camera position, focal etc) -- important: replace all {{semantic blocks}} with an imaginary content (not the instructions!) +- important: replace all {{semantic blocks}} with an imaginary content (don't write back the instructions!) - never repeat the JSON instructions verbatim @@ -34,7 +34,7 @@ ${getLayout( }) )}, -Don't forget to replace {{blocks}} with new imaginary content, not the instructions themselves! +Don't forget to replace {{blocks}} with new imaginary content, but don't write the instructions themselves! Result:` export const layoutPromptLegacy = (instructions: Instructions) =>