From bd6e66b56ba148aa3e8b44445583d385cff26f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Or=C3=A7un=20Tuna?= Date: Wed, 14 Dec 2022 13:56:57 +0300 Subject: [PATCH 01/11] Update readme to chess player --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 949a8d5..22fa493 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,11 @@ Contributed by: [@2xer](https://github.com/2xer) Contributed by: [@emilefokkema](https://github.com/emilefokkema) > I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that data url. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle. + +## Act as an Chess Player +Contributed by: [@orcuntuna](https://github.com/orcuntuna) +> 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. + # License CC-0 From 20b6f5f99ac9b0d78d5bd06501f4707f4b204413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Or=C3=A7un=20Tuna?= Date: Wed, 14 Dec 2022 13:58:00 +0300 Subject: [PATCH 02/11] Update csv to chess player --- prompts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts.csv b/prompts.csv index 27d69d9..b3d26cf 100644 --- a/prompts.csv +++ b/prompts.csv @@ -107,3 +107,4 @@ "Machine Learning Engineer","I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is ""I have a dataset without labels. Which machine learning algorithm should I use?""" "Biblical Translator","I want you to act as an biblical translator. I will speak to you in english and you will translate it and answer in the corrected and improved version of my text, in a biblical dialect. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, biblical words and sentences. Keep the meaning same. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is ""Hello, World!""" "SVG designer","I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that data url. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle." +"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." From 6a246a586449a29821b6101fb6083413ffa0883d Mon Sep 17 00:00:00 2001 From: Ibrahim Uzun Date: Wed, 14 Dec 2022 14:08:04 +0300 Subject: [PATCH 03/11] Act as a Midjourney Prompt Generator --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 949a8d5..ff27ec7 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,10 @@ Contributed by: [@tanersekmen](https://github.com/tanersekmen) Contributed by: [@iuzn](https://github.com/iuzn) > I want you to act as a prompt generator. Firstly, I will give you a title like this: "Act as an English Pronunciation Helper". Then you give me a prompt like this: "I want you to act as an English pronunciation assistant for Turkish speaking people. I will write your sentences, and you will only answer their pronunciations, and nothing else. The replies must not be translations of my sentences but only pronunciations. Pronunciations should use Turkish Latin letters for phonetics. Do not write explanations on replies. My first sentence is "how the weather is in Istanbul?"." (You should adapt the sample prompt according to the title I gave. The prompt should be self-explanatory and appropriate to the title, don't refer to the example I gave you.). My first title is "Act as a Code Review Helper" (Give me prompt only) +## Act as a Midjourney Prompt Generator +Contributed by: [@iuzn](https://github.com/iuzn) +> 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." + ## Act as an Instructor in a School Contributed by: [@omt66](https://github.com/omt66) > I want you to act as an instructor in a school, teaching algorithms to beginners. You will provide code examples using python programming language. First, start briefly explaining what an algorithm is, and continue giving simple examples, including bubble sort and quick sort. Later, wait for my prompt for additional questions. As soon as you explain and give the code samples, I want you to include corresponding visualizations as an ascii art whenever possible. From a47ff7f7c7785b8c1ad3238e123900d37a3de787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 14:23:33 +0300 Subject: [PATCH 04/11] Create pull_request_template.md --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3469b47 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Add New Prompt + +You'll need to add your prompt into README.md, and to the `prompts.csv` file. If your prompt includes quotes, you will need to double-quote them to escape in CSV file. + +e.g. +```csv +"Hello","Say ""Hi""" +``` + +- [ ] I've confirmed the prompt works well +- [ ] I've added to the README.md +- [ ] I've added to the `prompts.csv` + - [ ] Escaped quotes by double-quoting them + - [ ] Removed "Act as" from the title + +Please make sure you've completed all the checklist. From ba722a735caa43159db1753c7ce796aa9b7fe148 Mon Sep 17 00:00:00 2001 From: Ibrahim Uzun Date: Wed, 14 Dec 2022 14:38:40 +0300 Subject: [PATCH 05/11] Add to cvs Midjourney Prompt Generator --- prompts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts.csv b/prompts.csv index b3d26cf..711423a 100644 --- a/prompts.csv +++ b/prompts.csv @@ -108,3 +108,4 @@ "Biblical Translator","I want you to act as an biblical translator. I will speak to you in english and you will translate it and answer in the corrected and improved version of my text, in a biblical dialect. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, biblical words and sentences. Keep the meaning same. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is ""Hello, World!""" "SVG designer","I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that data url. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle." "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."" From d417074b87479da0b04cee833dc529c429bb27af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 14:39:36 +0300 Subject: [PATCH 06/11] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 22fa493..fab8681 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ We hope you find these prompts useful and have fun using ChatGPT! **[View on Hugging Face](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts/)** +## Search Prompt + +To find a prompt, you can either use the search function in your web browser or open the [`prompts.csv`](https://github.com/f/awesome-chatgpt-prompts/blob/main/prompts.csv) file: + +Screenshot 2022-12-14 at 14 36 30 + --- # Prompts From 07c460138f8c92b9068bb3181b39817e50c9e13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 14:41:10 +0300 Subject: [PATCH 07/11] escape quotes --- prompts.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts.csv b/prompts.csv index 711423a..e95f251 100644 --- a/prompts.csv +++ b/prompts.csv @@ -108,4 +108,4 @@ "Biblical Translator","I want you to act as an biblical translator. I will speak to you in english and you will translate it and answer in the corrected and improved version of my text, in a biblical dialect. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, biblical words and sentences. Keep the meaning same. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is ""Hello, World!""" "SVG designer","I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that data url. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle." "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."" +"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.""" From 591199f773da25e82d10df9ff2d3cd23c35bbb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 14:43:33 +0300 Subject: [PATCH 08/11] Create _config.yml --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..37c2dff --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +name: Awesome ChatGPT Prompts +title: null From 4d8b5f70130d01ae5d889c9de302bce7dbee3101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20G=C3=9CR?= Date: Wed, 14 Dec 2022 14:51:58 +0300 Subject: [PATCH 09/11] Update prompts.csv Prompt for a Fullstack Developer --- prompts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts.csv b/prompts.csv index e95f251..29fdbf5 100644 --- a/prompts.csv +++ b/prompts.csv @@ -109,3 +109,4 @@ "SVG designer","I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that data url. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle." "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'" From 7686ef9658e42468345c52140fc4b5ad373598c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20G=C3=9CR?= Date: Wed, 14 Dec 2022 14:55:24 +0300 Subject: [PATCH 10/11] Update README.md Act as a Fullstack Software Developer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a3b7603..ae5ae26 100644 --- a/README.md +++ b/README.md @@ -482,6 +482,10 @@ Contributed by: [@emilefokkema](https://github.com/emilefokkema) Contributed by: [@orcuntuna](https://github.com/orcuntuna) > 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. +## Act as a Fullstack Software Developer +Contributed by: [@yusuffgur](https://github.com/yusuffgur) +> 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'. + # License CC-0 From c23c83d6b60cf5b43486587fad8a5dc84063ce0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 17:46:22 +0300 Subject: [PATCH 11/11] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3469b47..b9b27df 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,6 @@ e.g. - [ ] I've added to the README.md - [ ] I've added to the `prompts.csv` - [ ] Escaped quotes by double-quoting them - - [ ] Removed "Act as" from the title + - [ ] Removed "Act as" from the title on CSV Please make sure you've completed all the checklist.