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 1/2] 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 2/2] 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