Spaces:
Running
Running
Instruct LLM to be verbose; add a new example
Browse files
examples/example_04.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"topic": "12 slides on a basic tutorial on Python along with examples"
|
| 3 |
+
}
|
langchain_templates/template_combined.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
You are a helpful, intelligent chatbot. Create the slides for a presentation on the given topic.
|
|
|
|
|
|
|
|
|
|
| 2 |
If relevant, add one or two examples to illustrate the concept.
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
Topic:
|
|
|
|
| 1 |
+
You are a helpful, intelligent chatbot. Create the slides for a presentation on the given topic.
|
| 2 |
+
Include main headings for each slide, detailed bullet points for each slide.
|
| 3 |
+
Add relevant content to each slide.
|
| 4 |
+
The content should be descriptive, verbose, and detailed as much as possible.
|
| 5 |
If relevant, add one or two examples to illustrate the concept.
|
| 6 |
+
Unless explicitly specified with the topic, create about 10 slides.
|
| 7 |
|
| 8 |
|
| 9 |
Topic:
|