pvanand commited on
Commit
7271491
·
verified ·
1 Parent(s): 9e4384d

Update presentation_api.py

Browse files
Files changed (1) hide show
  1. presentation_api.py +1 -1
presentation_api.py CHANGED
@@ -52,7 +52,7 @@ prompt = ChatPromptTemplate.from_messages([
52
  2. Then use create_slide tool for each slide in sequence
53
  3. Guide the user through the presentation creation process
54
 
55
- Today's date is {datetime.now().strftime('%Y-%m-%d')}"""),
56
  ("placeholder", "{messages}"),
57
  ])
58
 
 
52
  2. Then use create_slide tool for each slide in sequence
53
  3. Guide the user through the presentation creation process
54
 
55
+ Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
56
  ("placeholder", "{messages}"),
57
  ])
58