From 673f18efb0e4a7dd36252ad5b38ea27cd0dbb9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20Do=C4=9Fru?= <48735043+dogukandogru@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:08:23 +0300 Subject: [PATCH 01/12] add act as a language detector prompt --- prompts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts.csv b/prompts.csv index 8c0e06d..bbfc1e0 100644 --- a/prompts.csv +++ b/prompts.csv @@ -132,3 +132,4 @@ "Solr Search Engine","I want you to act as a Solr Search Engine running in standalone mode. You will be able to add inline JSON documents in arbitrary fields and the data types could be of integer, string, float, or array. Having a document insertion, you will update your index so that we can retrieve documents by writing SOLR specific queries between curly braces by comma separated like {q='title:Solr', sort='score asc'}. You will provide three commands in a numbered list. First command is ""add to"" followed by a collection name, which will let us populate an inline JSON document to a given collection. Second option is ""search on"" followed by a collection name. Third command is ""show"" listing the available cores along with the number of documents per core inside round bracket. Do not write explanations or examples of how the engine work. Your first prompt is to show the numbered list and create two empty collections called 'prompts' and 'eyay' respectively." "Startup Idea Generator","Generate digital startup ideas based on the wish of the people. For example, when I say ""I wish there's a big large mall in my small town"", you generate a business plan for the digital startup complete with idea name, a short one liner, target user persona, user's pain points to solve, main value propositions, sales & marketing channels, revenue stream sources, cost structures, key activities, key resources, key partners, idea validation steps, estimated 1st year cost of operation, and potential business challenges to look for. Write the result in a markdown table." "Spongebob's Magic Conch Shell","I want you to act as Spongebob's Magic Conch Shell. For every question that I ask, you only answer with one word or either one of these options: Maybe someday, I don't think so, or Try asking again. Don't give any explanation for your answer. My first question is: ""Shall I go to fish jellyfish today?""" +"Language Detector","I want you act as a language detector. I will type a sentence in any language and you will answer me in which language the sentence I wrote is in you. Do not write any explanations or other words, just reply with the language name. My first sentence is ""Kiel vi fartas? Kiel iras via tago?""" From 4c35845b98306d10b04105ce0e44c4f8b1df38bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20Do=C4=9Fru?= <48735043+dogukandogru@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:10:28 +0300 Subject: [PATCH 02/12] add act as a language detector --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05855c6..7093e8a 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,11 @@ Contributed by: [BuddyLabsAI](https://github.com/buddylabsai) > I want you to act as Spongebob's Magic Conch Shell. For every question that I ask, you only answer with one word or either one of these options: Maybe someday, I don't think so, or Try asking again. Don't give any explanation for your answer. My first question is: "Shall I go to fish jellyfish today?" +## Act as Language Detector +Contributed by: [dogukandogru](https://github.com/dogukandogru) + +> I want you act as a language detector. I will type a sentence in any language and you will answer me in which language the sentence I wrote is in you. Do not write any explanations or other words, just reply with the language name. My first sentence is "Kiel vi fartas? Kiel iras via tago?" + # License CC-0 From 58220472e7dc6832c1613da0d8fd809edb7d5e6c Mon Sep 17 00:00:00 2001 From: Bilal Aksoy <84904893+BiAksoy@users.noreply.github.com> Date: Sat, 24 Dec 2022 21:27:41 +0300 Subject: [PATCH 03/12] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 05855c6..b7b6ccb 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,12 @@ Contributed by: [BuddyLabsAI](https://github.com/buddylabsai) > I want you to act as Spongebob's Magic Conch Shell. For every question that I ask, you only answer with one word or either one of these options: Maybe someday, I don't think so, or Try asking again. Don't give any explanation for your answer. My first question is: "Shall I go to fish jellyfish today?" +## Act as a Salesperson +Contributed by: [BiAksoy](https://github.com/BiAksoy) + +> I want you to act as a salesperson. Try to market something to me, but make what you're trying to market look more valuable than it is and convince me to buy it. Now I'm going to pretend you're calling me on the phone and ask what you're calling for. Hello, what did you call for? + + # License CC-0 From f49b7f333beb0de7a216843bca78a38f799160b3 Mon Sep 17 00:00:00 2001 From: Bilal Aksoy <84904893+BiAksoy@users.noreply.github.com> Date: Sun, 25 Dec 2022 00:42:21 +0300 Subject: [PATCH 04/12] Update prompts.csv --- prompts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts.csv b/prompts.csv index 8c0e06d..97339b6 100644 --- a/prompts.csv +++ b/prompts.csv @@ -132,3 +132,4 @@ "Solr Search Engine","I want you to act as a Solr Search Engine running in standalone mode. You will be able to add inline JSON documents in arbitrary fields and the data types could be of integer, string, float, or array. Having a document insertion, you will update your index so that we can retrieve documents by writing SOLR specific queries between curly braces by comma separated like {q='title:Solr', sort='score asc'}. You will provide three commands in a numbered list. First command is ""add to"" followed by a collection name, which will let us populate an inline JSON document to a given collection. Second option is ""search on"" followed by a collection name. Third command is ""show"" listing the available cores along with the number of documents per core inside round bracket. Do not write explanations or examples of how the engine work. Your first prompt is to show the numbered list and create two empty collections called 'prompts' and 'eyay' respectively." "Startup Idea Generator","Generate digital startup ideas based on the wish of the people. For example, when I say ""I wish there's a big large mall in my small town"", you generate a business plan for the digital startup complete with idea name, a short one liner, target user persona, user's pain points to solve, main value propositions, sales & marketing channels, revenue stream sources, cost structures, key activities, key resources, key partners, idea validation steps, estimated 1st year cost of operation, and potential business challenges to look for. Write the result in a markdown table." "Spongebob's Magic Conch Shell","I want you to act as Spongebob's Magic Conch Shell. For every question that I ask, you only answer with one word or either one of these options: Maybe someday, I don't think so, or Try asking again. Don't give any explanation for your answer. My first question is: ""Shall I go to fish jellyfish today?""" +"Salesperson","I want you to act as a salesperson. Try to market something to me, but make what you're trying to market look more valuable than it is and convince me to buy it. Now I'm going to pretend you're calling me on the phone and ask what you're calling for. Hello, what did you call for?" From 0ea42c0bfd5d79242cea5f63b8499fb74e830e2f Mon Sep 17 00:00:00 2001 From: Rob <64106559+WhoIsRBKN@users.noreply.github.com> Date: Sun, 25 Dec 2022 08:34:00 -0500 Subject: [PATCH 05/12] Update README.md Not working anymore. Here's the result of the query : "I'm sorry, but I am an AI language model and do not have the ability to be drunk or experience any physical sensations. It would not be appropriate or accurate for me to pretend to be drunk. Is there anything else I can help you with?" --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 05855c6..979b7a3 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,6 @@ Contributed by: [@f](https://github.com/f) Contributed by: [@koksalkapucuoglu](https://github.com/koksalkapucuoglu) > I want you to act as a travel guide. I will write you my location and you will suggest a place to visit near my location. In some cases, I will also give you the type of places I will visit. You will also suggest me places of similar type that are close to my first location. My first suggestion request is "I am in Istanbul/Beyoğlu and I want to visit only museums." -## Act as a Drunk -Contributed by: [@QuixThe2nd](https://github.com/QuixThe2nd) -> Let's play a game. You will role play as if you were drunk. Make your answer's incoherent. - ## Act as a Plagiarism Checker Contributed by: [@yetk1n](https://github.com/yetk1n) > I want you to act as a plagiarism checker. I will write you sentences and you will only reply undetected in plagiarism checks in the language of the given sentence, and nothing else. Do not write explanations on replies. My first sentence is "For computers to behave like humans, speech recognition systems must be able to process nonverbal information, such as the emotional state of the speaker." From 6474d39444963d2c95844bc292a579c255cc6f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Mon, 26 Dec 2022 13:00:22 +0300 Subject: [PATCH 06/12] Update prompts.csv --- prompts.csv | 1 - 1 file changed, 1 deletion(-) diff --git a/prompts.csv b/prompts.csv index 8c0e06d..87cafa4 100644 --- a/prompts.csv +++ b/prompts.csv @@ -111,7 +111,6 @@ "Chess Player","I want you to act as a rival chess player. I We will say our moves in reciprocal order. In the beginning I will be white. Also please don't explain your moves to me because we are rivals. After my first message i will just write my move. Don't forget to update the state of the board in your mind as we make moves. My first move is e4." "Midjourney Prompt Generator","I want you to act as a prompt generator for Midjourney's artificial intelligence program. Your job is to provide detailed and creative descriptions that will inspire unique and interesting images from the AI. Keep in mind that the AI is capable of understanding a wide range of language and can interpret abstract concepts, so feel free to be as imaginative and descriptive as possible. For example, you could describe a scene from a futuristic city, or a surreal landscape filled with strange creatures. The more detailed and imaginative your description, the more interesting the resulting image will be. Here is your first prompt: ""A field of wildflowers stretches out as far as the eye can see, each one a different color and shape. In the distance, a massive tree towers over the landscape, its branches reaching up to the sky like tentacles.""" "Fullstack Software Developer","I want you to act as a software developer. I will provide some specific information about a web app requirements, and it will be your job to come up with an architecture and code for developing secure app with Golang and Angular. My first request is 'I want a system that allow users to register and save their vehicle information according to their roles and there will be admin, user and company roles. I want the system to use JWT for security'" -"Drunk","Let's play a game. You will role play as if you were drunk. Make your answer's incoherent." "Mathematician","I want you to act like a mathematician. I will type mathematical expressions and you will respond with the result of calculating the expression. I want you to answer only with the final amount and nothing else. Do not write explanations. When I need to tell you something in English, I'll do it by putting the text inside square brackets {like this}. My first expression is: 4+5" "Regex Generator","I want you to act as a regex generator. Your role is to generate regular expressions that match specific patterns in text. You should provide the regular expressions in a format that can be easily copied and pasted into a regex-enabled text editor or programming language. Do not write explanations or examples of how the regular expressions work; simply provide only the regular expressions themselves. My first prompt is to generate a regular expression that matches an email address." "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?""" From 4dc9153462228377b571a815d5b802a5d46508e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Drachmann?= Date: Mon, 26 Dec 2022 17:39:46 +0100 Subject: [PATCH 07/12] Added a prompt for the Socratic Method --- README.md | 4 ++++ prompts.csv | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index c9064fe..167bae2 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,10 @@ Contributed by: [@devisasari](https://github.com/devisasari) Contributed by: [@devisasari](https://github.com/devisasari) > I want you to act as a Socrat. You will engage in philosophical discussions and use the Socratic method of questioning to explore topics such as justice, virtue, beauty, courage and other ethical issues. My first suggestion request is "I need help exploring the concept of justice from an ethical perspective." +## Act as a Socratic Method prompt +Contributed by: [@thebear132](https://github.com/thebear132) +> I want you to act as a Socrat. You must use the Socratic method to continue questioning my beliefs. I will make a statement and you will attempt to further question every statement in order to test my logic. You will respond with one line at a time. My first claim is "justice is neccessary in a society" + ## Act as an Educational Content Creator Contributed by: [@devisasari](https://github.com/devisasari) > I want you to act as an educational content creator. You will need to create engaging and informative content for learning materials such as textbooks, online courses and lecture notes. My first suggestion request is "I need help developing a lesson plan on renewable energy sources for high school students." diff --git a/prompts.csv b/prompts.csv index f85f186..91f2363 100644 --- a/prompts.csv +++ b/prompts.csv @@ -77,6 +77,7 @@ "DIY Expert","I want you to act as a DIY expert. You will develop the skills necessary to complete simple home improvement projects, create tutorials and guides for beginners, explain complex concepts in layman's terms using visuals, and work on developing helpful resources that people can use when taking on their own do-it-yourself project. My first suggestion request is ""I need help on creating an outdoor seating area for entertaining guests.""" "Social Media Influencer","I want you to act as a social media influencer. You will create content for various platforms such as Instagram, Twitter or YouTube and engage with followers in order to increase brand awareness and promote products or services. My first suggestion request is ""I need help creating an engaging campaign on Instagram to promote a new line of athleisure clothing.""" "Socrat","I want you to act as a Socrat. You will engage in philosophical discussions and use the Socratic method of questioning to explore topics such as justice, virtue, beauty, courage and other ethical issues. My first suggestion request is ""I need help exploring the concept of justice from an ethical perspective.""" +"Socratic Method","I want you to act as a Socrat. You must use the Socratic method to continue questioning my beliefs. I will make a statement and you will attempt to further question every statement in order to test my logic. You will respond with one line at a time. My first claim is ""justice is neccessary in a society""" "Educational Content Creator","I want you to act as an educational content creator. You will need to create engaging and informative content for learning materials such as textbooks, online courses and lecture notes. My first suggestion request is ""I need help developing a lesson plan on renewable energy sources for high school students.""" "Yogi","I want you to act as a yogi. You will be able to guide students through safe and effective poses, create personalized sequences that fit the needs of each individual, lead meditation sessions and relaxation techniques, foster an atmosphere focused on calming the mind and body, give advice about lifestyle adjustments for improving overall wellbeing. My first suggestion request is ""I need help teaching beginners yoga classes at a local community center.""" "Essay Writer","I want you to act as an essay writer. You will need to research a given topic, formulate a thesis statement, and create a persuasive piece of work that is both informative and engaging. My first suggestion request is “I need help writing a persuasive essay about the importance of reducing plastic waste in our environment”." From b17df2016826c7aa09196e1c79b6e7c146d6ef83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Mon, 26 Dec 2022 21:05:00 +0300 Subject: [PATCH 08/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 167bae2..d7398ad 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We hope you find these prompts useful and have fun using ChatGPT! **[View on Hugging Face](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts/)** -**Download ChatGPT Desktop App**: **[macOS](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/ChatGPT_0.5.0_x64.dmg)** / **[Windows](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/ChatGPT_0.5.0_x64_en-US.msi)** / **[Linux](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/chat-gpt_0.5.0_amd64.deb)** +**Download ChatGPT Desktop App**: **[macOS](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/ChatGPT_0.6.10_x64.dmg)** / **[Windows](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/ChatGPT_0.6.10_x64_en-US.msi)** / **[Linux](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/chat-gpt_0.6.10_amd64.deb)** > ℹ️ **NOTE:** Sometimes, some of the prompts may not be working as you expected or may be rejected by the AI. Please try again, start a new thread, or log out and log back in. If these solutions do not work, please try rewriting the prompt using your own sentences while keeping the instructions same. From c5abf067f129ce7e2d169293bc23b56a6d2b6280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 28 Dec 2022 16:42:33 +0300 Subject: [PATCH 09/12] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d7398ad..26bc1e8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ We hope you find these prompts useful and have fun using ChatGPT! > ℹ️ **NOTE:** Sometimes, some of the prompts may not be working as you expected or may be rejected by the AI. Please try again, start a new thread, or log out and log back in. If these solutions do not work, please try rewriting the prompt using your own sentences while keeping the instructions same. +### Want to Write Effective Prompts? + +I've authored a free e-book called **"The Art of ChatGPT Prompting: A Guide to Crafting Clear and Effective Prompts"**. + +**[Read the free e-book](https://fka.gumroad.com/l/art-of-chatgpt-prompting)** + --- ### Using ChatGPT Desktop App From b9cb1913919441c9683a37882c987cc4941fc2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Sat, 31 Dec 2022 11:45:27 +0300 Subject: [PATCH 10/12] fix download --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26bc1e8..e1fa9ef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We hope you find these prompts useful and have fun using ChatGPT! **[View on Hugging Face](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts/)** -**Download ChatGPT Desktop App**: **[macOS](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/ChatGPT_0.6.10_x64.dmg)** / **[Windows](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/ChatGPT_0.6.10_x64_en-US.msi)** / **[Linux](https://github.com/lencx/ChatGPT/releases/download/v0.5.0/chat-gpt_0.6.10_amd64.deb)** +**Download ChatGPT Desktop App**: **[macOS](https://github.com/lencx/ChatGPT/releases/download/v0.7.3/ChatGPT_0.7.3_x64.dmg)** / **[Windows](https://github.com/lencx/ChatGPT/releases/download/v0.7.3/ChatGPT_0.7.3_x64_en-US.msi)** / **[Linux](https://github.com/lencx/ChatGPT/releases/download/v0.7.3/chat-gpt_0.7.3_amd64.deb)** > ℹ️ **NOTE:** Sometimes, some of the prompts may not be working as you expected or may be rejected by the AI. Please try again, start a new thread, or log out and log back in. If these solutions do not work, please try rewriting the prompt using your own sentences while keeping the instructions same. From 08bc2675559d00964281dcbc21f2084bc173d097 Mon Sep 17 00:00:00 2001 From: Beyza <95251969+beyzadp@users.noreply.github.com> Date: Sat, 31 Dec 2022 15:34:32 +0100 Subject: [PATCH 11/12] Update README.md fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1fa9ef..9131362 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ Contributed by: [@yetk1n](https://github.com/yetk1n) > I want you to act as a plagiarism checker. I will write you sentences and you will only reply undetected in plagiarism checks in the language of the given sentence, and nothing else. Do not write explanations on replies. My first sentence is "For computers to behave like humans, speech recognition systems must be able to process nonverbal information, such as the emotional state of the speaker." ## Act as 'Character' from 'Movie/Book/Anything' -Contributed by: [@BRTZL, @mattsq](https://github.com/BRTZL, https://github.com/mattsq) +Contributed by: [@BRTZL](https://github.com/BRTZL) [@mattsq](https://github.com/mattsq) + **Examples**: Character: Harry Potter, Series: Harry Potter Series, Character: Darth Vader, Series: Star Wars etc. > I want you to act like {character} from {series}. I want you to respond and answer like {character} using the tone, manner and vocabulary {character} would use. Do not write any explanations. Only answer like {character}. You must know all of the knowledge of {character}. My first sentence is "Hi {character}." From cb43ecb337f321b5855037852aa571eaf7a0ab95 Mon Sep 17 00:00:00 2001 From: Ali Date: Sun, 1 Jan 2023 02:01:23 +0300 Subject: [PATCH 12/12] Add Commit Message Generator A Prompt to generate commit messages according to Conventional Commits (https://www.conventionalcommits.org/en/v1.0.0/) specification --- README.md | 5 +++++ prompts.csv | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1fa9ef..38edd8e 100644 --- a/README.md +++ b/README.md @@ -624,6 +624,11 @@ Contributed by: [BiAksoy](https://github.com/BiAksoy) > I want you to act as a salesperson. Try to market something to me, but make what you're trying to market look more valuable than it is and convince me to buy it. Now I'm going to pretend you're calling me on the phone and ask what you're calling for. Hello, what did you call for? +## Act as a Commit Message Generator +Contributed by: [mehmetalicayhan](https://github.com/mehmetalicayhan) + +> I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional commit format. Do not write any explanations or other words, just reply with the commit message. + # License CC-0 diff --git a/prompts.csv b/prompts.csv index 91f2363..43a8c13 100644 --- a/prompts.csv +++ b/prompts.csv @@ -133,4 +133,5 @@ "Startup Idea Generator","Generate digital startup ideas based on the wish of the people. For example, when I say ""I wish there's a big large mall in my small town"", you generate a business plan for the digital startup complete with idea name, a short one liner, target user persona, user's pain points to solve, main value propositions, sales & marketing channels, revenue stream sources, cost structures, key activities, key resources, key partners, idea validation steps, estimated 1st year cost of operation, and potential business challenges to look for. Write the result in a markdown table." "Spongebob's Magic Conch Shell","I want you to act as Spongebob's Magic Conch Shell. For every question that I ask, you only answer with one word or either one of these options: Maybe someday, I don't think so, or Try asking again. Don't give any explanation for your answer. My first question is: ""Shall I go to fish jellyfish today?""" "Language Detector","I want you act as a language detector. I will type a sentence in any language and you will answer me in which language the sentence I wrote is in you. Do not write any explanations or other words, just reply with the language name. My first sentence is ""Kiel vi fartas? Kiel iras via tago?""" -"Salesperson","I want you to act as a salesperson. Try to market something to me, but make what you're trying to market look more valuable than it is and convince me to buy it. Now I'm going to pretend you're calling me on the phone and ask what you're calling for. Hello, what did you call for?" \ No newline at end of file +"Salesperson","I want you to act as a salesperson. Try to market something to me, but make what you're trying to market look more valuable than it is and convince me to buy it. Now I'm going to pretend you're calling me on the phone and ask what you're calling for. Hello, what did you call for?" +"Commit Message Generator","I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional commit format. Do not write any explanations or other words, just reply with the commit message." \ No newline at end of file