Skip to content

Commit

Permalink
stop parrotting please
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke committed Jan 8, 2023
1 parent 4806d69 commit 7bcadfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/prompts/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) =>
Expand Down

0 comments on commit 7bcadfd

Please sign in to comment.