Skip to content

Commit

Permalink
Merge pull request #4 from barun-saha/issue-3
Browse files Browse the repository at this point in the history
Instruct LLM to be verbose; add a new example
  • Loading branch information
barun-saha authored Mar 23, 2024
2 parents 10c2c13 + 49ccbf8 commit b8e6557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/example_04.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"topic": "12 slides on a basic tutorial on Python along with examples"
}
6 changes: 5 additions & 1 deletion langchain_templates/template_combined.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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.
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.
The content should be descriptive, verbose, and detailed as much as possible.
If relevant, add one or two examples to illustrate the concept.
Unless explicitly specified with the topic, create about 10 slides.


Topic:
Expand Down

0 comments on commit b8e6557

Please # to comment.