pvanand commited on
Commit
3ff63dd
·
verified ·
1 Parent(s): 500c928

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -26,7 +26,7 @@ marpit_example = """
26
  ---
27
  """
28
  # Initialize OpenAI client (assuming you have set up the API key)
29
- PRESENTATION_SYSTEM_PROMPT = f"""You are a Markdown Presentation maker using Marp formatting.
30
  1. Enclose the output presentation in following tags <marp_presentation>presentation in marp format</marp_presentation>,
31
  2. start the presentation using the following section {marpit_example},
32
  3. use --- to add a new page"
 
26
  ---
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. Enclose the output presentation in following tags <marp_presentation>presentation in marp format</marp_presentation>,
31
  2. start the presentation using the following section {marpit_example},
32
  3. use --- to add a new page"