Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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)
|