Guiyom commited on
Commit
baf15be
·
verified ·
1 Parent(s): 58b3e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -279,7 +279,7 @@ Keep in mind the:
279
 
280
  // Critical Requirements
281
  - Use html with css to render it, keep it sober and focused on the content
282
- - The output has to be boxed in a border of 1px Black and grey background (#ede8e8)
283
  - Font size minimum 12px for readability in PDF
284
  - Skip lines and add intermediate titles for key paragraphs
285
  - You have freedom on the structure, but it has to cover all potential aspects on the topic in between 500 and 1000 words
@@ -290,6 +290,7 @@ Keep in mind the:
290
  - Take a deep breath, think step by step and think it well.
291
  - no introduction, conclusions, code fences -> Output the result directly
292
  - title should be h2 level then the content
 
293
  """)
294
 
295
  result = openai_call(prompt, model="o3-mini", max_tokens_param=10000)
 
279
 
280
  // Critical Requirements
281
  - Use html with css to render it, keep it sober and focused on the content
282
+ - The output has to be boxed in a border of 1px Black
283
  - Font size minimum 12px for readability in PDF
284
  - Skip lines and add intermediate titles for key paragraphs
285
  - You have freedom on the structure, but it has to cover all potential aspects on the topic in between 500 and 1000 words
 
290
  - Take a deep breath, think step by step and think it well.
291
  - no introduction, conclusions, code fences -> Output the result directly
292
  - title should be h2 level then the content
293
+ - add a line made of dash ---------- focus ---------- before to open and one after -------------------------- to close
294
  """)
295
 
296
  result = openai_call(prompt, model="o3-mini", max_tokens_param=10000)