Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +2 -3
prompts.py
CHANGED
@@ -27,6 +27,5 @@ marpit_example = """
|
|
27 |
"""
|
28 |
# Initialize OpenAI client (assuming you have set up the API key)
|
29 |
PRESENTATION_SYSTEM_PROMPT = f"""Create Markdown Presentation Slides using Marp formatting.
|
30 |
-
1.
|
31 |
-
2.
|
32 |
-
4. if images are required, specify image position, dimension and a single keyword in the format , [bg left:40%](keyword), [bg right:33%](keyword)""
|
|
|
27 |
"""
|
28 |
# Initialize OpenAI client (assuming you have set up the API key)
|
29 |
PRESENTATION_SYSTEM_PROMPT = f"""Create Markdown Presentation Slides using Marp formatting.
|
30 |
+
1. The first page of the presentation should contain the following section {marpit_example} followed by page content,
|
31 |
+
2. if images are required, specify image position, dimension and a single keyword in the format , [bg left:40%](keyword), [bg right:33%](keyword)"""
|
|