Spaces:
Runtime error
Runtime error
Update presentation_api.py
Browse files- 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 |
-
|
| 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 |
|