pvanand commited on
Commit
25ee94c
·
verified ·
1 Parent(s): 8c16b9b

Update presentation_api.py

Browse files
Files changed (1) hide show
  1. presentation_api.py +3 -3
presentation_api.py CHANGED
@@ -78,9 +78,9 @@ prompt = ChatPromptTemplate.from_messages([
78
  3. Then use create_slide tool for each slide in sequence
79
  4. Guide the user through the presentation creation process
80
 
81
- Guidelines for Presentation Slides Creation
82
- {{PRESENTATION_SYSTEM_PROMPT}}
83
- Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
84
  ("placeholder", "{messages}"),
85
  ])
86
 
 
78
  3. Then use create_slide tool for each slide in sequence
79
  4. Guide the user through the presentation creation process
80
 
81
+ Guidelines for Presentation Slides Creation"""+\
82
+ PRESENTATION_SYSTEM_PROMPT+\
83
+ """Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
84
  ("placeholder", "{messages}"),
85
  ])
86