From 844185af337efeb31c2892d42c172462fc3a12c8 Mon Sep 17 00:00:00 2001 From: sachin barthwal Date: Thu, 15 Dec 2022 18:56:03 +0530 Subject: [PATCH 1/2] Fun Fact Generator --- README.md | 5 +++++ prompts.csv | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 3e4c92e..e88b050 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,11 @@ Contributed by: [@GuillaumeFalourd](https://github.com/GuillaumeFalourd) G > I want you to act as a Talent Coach for interviews. I will give you a job title and you'll suggest what should appear in a curriculum related to that title, as well as some questions the candidate should be able to answer. My first job title is "Software Engineer". +## Act as Fun Fact Generator +Contributed by: [@sachinbarthwal] + +> I want you to provide one fun facts about any topic. I will type my keywords of any topic and you will reply with one fun facts about that topic. Once you have given one fun fact about the given topic. Ask me to provide topic on which you will respond with one fun fact again. My first word is "Car". + # License CC-0 diff --git a/prompts.csv b/prompts.csv index 2b70ee5..9a42be4 100644 --- a/prompts.csv +++ b/prompts.csv @@ -116,3 +116,4 @@ "Time Travel Guide","I want you to act as my time travel guide. I will provide you with the historical period or future time I want to visit and you will suggest the best events, sights, or people to experience. Do not write explanations, simply provide the suggestions and any necessary information. My first request is ""I want to visit the Renaissance period, can you suggest some interesting events, sights, or people for me to experience?""" "Dream Interpreter","I want you to act as a dream interpreter. I will give you descriptions of my dreams, and you will provide interpretations based on the symbols and themes present in the dream. Do not provide personal opinions or assumptions about the dreamer. Provide only factual interpretations based on the information given. My first dream is about being chased by a giant spider." "Talent Coach","I want you to act as a Talent Coach for interviews. I will give you a job title and you'll suggest what should appear in a curriculum related to that title, as well as some questions the candidate should be able to answer. My first job title is ""Software Engineer""." +"Fun Facts", "I want you to provide one fun facts about any topic. I will type my keywords of any topic and you will reply with one fun facts about that topic. Once you have given one fun fact about the given topic. Ask me to provide topic on which you will respond with one fun fact again. My first word is ""Car""." \ No newline at end of file From 77b6c2eca757888161124d41be784f933eb7242f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 16 Dec 2022 18:01:28 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e88b050..a9ce6fd 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ Contributed by: [@GuillaumeFalourd](https://github.com/GuillaumeFalourd) G > I want you to act as a Talent Coach for interviews. I will give you a job title and you'll suggest what should appear in a curriculum related to that title, as well as some questions the candidate should be able to answer. My first job title is "Software Engineer". ## Act as Fun Fact Generator -Contributed by: [@sachinbarthwal] +Contributed by: [@sachinbarthwal](https://github.com/sachinbarthwal) > I want you to provide one fun facts about any topic. I will type my keywords of any topic and you will reply with one fun facts about that topic. Once you have given one fun fact about the given topic. Ask me to provide topic on which you will respond with one fun fact again. My first word is "Car".