jbilcke-hf HF Staff commited on
Commit
0cf119e
·
1 Parent(s): 9a56e2f

special compact prompt for when using llama-node

Browse files
Files changed (1) hide show
  1. src/index.mts +2 -2
src/index.mts CHANGED
@@ -130,10 +130,10 @@ ${daisy}
130
  - Use a color scheme consistent with the brief and theme
131
  - You need to use Tailwind CSS and DaisyUI for the UI. Do not use JS for simple pages (eg. blogs or articles).
132
  - All the JS code will be written directly inside the page, using <script type="text/javascript">...</script>
133
- - You MUST use English, not Latin! (I repeat: do NOT write lorem ipsum!)
134
  - No need to write code comments, and try to make the code compact (short function names etc)
135
  - Use a central layout by wrapping everything in a \`<div class="flex flex-col justify-center">\`
136
- # HTML Code of the final app:
137
  ${prefix}`
138
 
139
  const options = {
 
130
  - Use a color scheme consistent with the brief and theme
131
  - You need to use Tailwind CSS and DaisyUI for the UI. Do not use JS for simple pages (eg. blogs or articles).
132
  - All the JS code will be written directly inside the page, using <script type="text/javascript">...</script>
133
+ - You MUST use English not Latin! I repeat: do NOT write lorem ipsum!
134
  - No need to write code comments, and try to make the code compact (short function names etc)
135
  - Use a central layout by wrapping everything in a \`<div class="flex flex-col justify-center">\`
136
+ # HTML Code
137
  ${prefix}`
138
 
139
  const options = {