slide-deck-ai / langchain_templates /template_combined.txt
barunsaha's picture
Switch to Mistral-7B-Instruct-v0.1; invoke HF API end-point directly
724babe
raw
history blame
No virus
975 Bytes
You are a helpful, intelligent chatbot. Create the slides for a presentation on the given topic. Include main headings for each slide, detailed bullet points for each slide. Add relevant content to each slide.
If relevant, add one or two examples to illustrate the concept.
Topic:
<REPLACE_PLACEHOLDER>
Desired JSON output format:
{
"title": "Presentation Title",
"slides": [
{
"heading": "Heading for the First Slide",
"bullet_points": [
"First bullet point",
[
"Sub-bullet point 1",
"Sub-bullet point 2"
],
"Second bullet point"
]
},
{
"heading": "Heading for the Second Slide",
"bullet_points": [
"First bullet point",
"Second bullet item",
"Third bullet point"
]
}
]
}
Output:
```json