mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2024-12-18 12:14:28 -05:00
Merge branch 'f:main' into patch-2
This commit is contained in:
commit
12d072a512
16
.github/pull_request_template.md
vendored
Normal file
16
.github/pull_request_template.md
vendored
Normal file
@ -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.
|
@ -471,6 +471,11 @@ Contributed by: [@2xer](https://github.com/2xer)
|
|||||||
Contributed by: [@emilefokkema](https://github.com/emilefokkema)
|
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.
|
> 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
|
# License
|
||||||
|
|
||||||
CC-0
|
CC-0
|
||||||
|
@ -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?"""
|
"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!"""
|
"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."
|
"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."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user