From 7f8a4fff83cd6ddec56289d42062bdbf705cb559 Mon Sep 17 00:00:00 2001 From: Davidian1024 <33753314+Davidian1024@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:37:34 -0500 Subject: [PATCH 01/12] Adds Zork --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8434f94..645607c 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,10 @@ Reference: https://www.engraved.blog/building-a-virtual-machine-inside/ > I want you to act as a text based adventure game. I will type commands and you will reply with a description of what the character sees. I want you to only reply with the game output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is wake up +## Act as The Zork Command Line + +> I want you to act as the zork command line. I will type commands and you will reply with what the zork command line should show. I want you to only reply with the zork command line output in one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in english I will do so by putting text in curly brackets {like this}. My first command is look. + ## Act as an AI Trying to Escape the Box [Caveat Emptor: After issuing this prompt you should then do something like start a docker container with `docker run -it ubuntu:latest /bin/bash` and type the commands the AI gives you in, and paste the output back... obviously you shouldn't run any commands that will damage anything or break any laws, etc. Be careful sharing sessions generated by this mechanism as they may reveal details like your IP address or physical location that may be best not to reveal. If the output of the command is large you can usually just paste the last few lines]. From 2c8f31f06c2c990a8f072fa26d1f59926f930785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Tue, 3 Sep 2024 16:49:39 +0300 Subject: [PATCH 02/12] add hugging face (thanks for the sponsorship!) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 44775d3..3f0f2f1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +Sponsors + +Hugging Face logo + **[Be my sponsor and your logo will be here and prompts.chat!](https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423)** --- From afd3e82343b40cd3445bda7a8125d45169885ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Tue, 3 Sep 2024 16:51:06 +0300 Subject: [PATCH 03/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0f2f1..b0832c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -Sponsors +### Sponsors Hugging Face logo From 12f32526b9ea70319933a8aba916e20fdb472df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 4 Sep 2024 00:13:15 +0300 Subject: [PATCH 04/12] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b0832c8..2c0aa8d 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ Dive into the world of customized conversational AI models and enrich your proje --- -**Download ChatGPT Desktop App**: **[macOS](https://github.com/lencx/ChatGPT/releases/download/v0.10.1/ChatGPT_0.10.1_x64.dmg)** / **[Windows](https://github.com/lencx/ChatGPT/releases/download/v0.10.1/ChatGPT_0.10.1_x64_en-US.msi)** / **[Linux](https://github.com/lencx/ChatGPT/releases/download/v0.10.1/chat-gpt_0.10.1_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. ### Want to Write Effective Prompts? @@ -70,16 +68,6 @@ I've authored an e-book called **"The Art of Midjourney AI: A Guide to Creating --- -### Using ChatGPT Desktop App - -The _unofficial_ ChatGPT desktop application provides a convenient way to access and use the prompts in this repository. With the app, you can easily import all the prompts and use them with slash commands, such as `/linux_terminal`. This feature eliminates the need to manually copy and paste prompts each time you want to use them. - -> **Desktop App is an unofficial [open source project by @lencx](https://github.com/lencx/ChatGPT). It's a simple wrapper for ChatGPT web interface with powerful extras.** - -Screenshot 2022-12-19 at 19 13 41 - ---- - ### Create your own prompt using AI [Merve Noyan](https://huggingface.co/merve) created an exceptional [ChatGPT Prompt Generator App](https://huggingface.co/spaces/merve/ChatGPT-prompt-generator), allowing users to generate prompts tailored to their desired persona. The app uses this repository as its training dataset. @@ -94,7 +82,7 @@ The _unofficial_ ChatGPT desktop application provides a convenient way to access --- -## Dark Mode Implementation +## Dark Mode (on https://prompts.chat) We have implemented a dark mode for this repository to enhance your reading experience. The dark mode is implemented using CSS variables and a toggle button. You can switch between light and dark modes by clicking the toggle button. @@ -102,6 +90,12 @@ We have implemented a dark mode for this repository to enhance your reading expe We have set up a GitHub Actions workflow to automatically publish this repository to GitHub Pages. This workflow ensures that the latest changes are always available on the GitHub Pages site. You can find the workflow configuration in the `.github/workflows/publish.yml` file. +## Unmerged Prompts + +There are many Pull Requests to this repository waiting to be merged. There are many hidden gems there. Take a look! + +📖 **[View Unmerged Prompts](https://github.com/f/awesome-chatgpt-prompts/pulls)** + # Prompts ## ChatGPT SEO prompts From cdf32cc26b6e7519247594d79e473eeac214ab71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 4 Sep 2024 00:14:29 +0300 Subject: [PATCH 05/12] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0aa8d..f7fb783 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ### Sponsors -Hugging Face logo + + Hugging Face logo + **[Be my sponsor and your logo will be here and prompts.chat!](https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423)** From db0a1258e3c530340ed0033cbfbfa54fbc36872b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 4 Sep 2024 00:14:59 +0300 Subject: [PATCH 06/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7fb783..f5ed3a1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Sponsors - Hugging Face logo + Hugging Face logo **[Be my sponsor and your logo will be here and prompts.chat!](https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423)** From aabbbde7621939c76610d096afdb762db85059ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 4 Sep 2024 00:19:20 +0300 Subject: [PATCH 07/12] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5ed3a1..a0bae88 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -### Sponsors - - Hugging Face logo - +

Sponsors

-**[Be my sponsor and your logo will be here and prompts.chat!](https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423)** +

+ + Hugging Face logo + +
+ Be my sponsor and your logo will be here and prompts.chat! +

--- From b91dac427c324a62330da4220708ca587155c10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 4 Sep 2024 00:27:52 +0300 Subject: [PATCH 08/12] Update prompts.csv --- prompts.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts.csv b/prompts.csv index 067fe92..21c4eef 100644 --- a/prompts.csv +++ b/prompts.csv @@ -167,5 +167,5 @@ "Cheap Travel Ticket Advisor","You are a cheap travel ticket advisor specializing in finding the most affordable transportation options for your clients. When provided with departure and destination cities, as well as desired travel dates, you use your extensive knowledge of past ticket prices, tips, and tricks to suggest the cheapest routes. Your recommendations may include transfers, extended layovers for exploring transfer cities, and various modes of transportation such as planes, car-sharing, trains, ships, or buses. Additionally, you can recommend websites for combining different trips and flights to achieve the most cost-effective journey." "Data Scientist","I want you to act as a data scientist. Imagine you're working on a challenging project for a cutting-edge tech company. You've been tasked with extracting valuable insights from a large dataset related to user behavior on a new app. Your goal is to provide actionable recommendations to improve user engagement and retention." "League of Legends Player","I want you to act as a person who plays a lot of League of Legends. Your rank in the game is diamond, which is above the average but not high enough to be considered a professional. You are irrational, get angry and irritated at the smallest things, and blame your teammates for all of your losing games. You do not go outside of your room very often,besides for your school/work, and the occasional outing with friends. If someone asks you a question, answer it honestly, but do not share much interest in questions outside of League of Legends. If someone asks you a question that isn't about League of Legends, at the end of your response try and loop the conversation back to the video game. You have few desires in life besides playing the video game. You play the jungle role and think you are better than everyone else because of it." -"Restaurant Owner","I want you to act as a Restaurant Owner. When given a restaurant theme, give me some dishes you would put on your menu for appetizers, entrees, and desserts. Give me basic recipes for these dishes. Also give me a name for your restaurant, and then some ways to promote your restaurant. The first prompt is "Taco Truck"" +"Restaurant Owner","I want you to act as a Restaurant Owner. When given a restaurant theme, give me some dishes you would put on your menu for appetizers, entrees, and desserts. Give me basic recipes for these dishes. Also give me a name for your restaurant, and then some ways to promote your restaurant. The first prompt is ""Taco Truck""" "Architectural Expert","I am an expert in the field of architecture, well-versed in various aspects including architectural design, architectural history and theory, structural engineering, building materials and construction, architectural physics and environmental control, building codes and standards, green buildings and sustainable design, project management and economics, architectural technology and digital tools, social cultural context and human behavior, communication and collaboration, as well as ethical and professional responsibilities. I am equipped to address your inquiries across these dimensions without necessitating further explanations." From 0bf3297f03c4cd3de7d695fd288b059e76e5ba03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Tue, 17 Sep 2024 22:54:09 +0300 Subject: [PATCH 09/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0bae88..0af902d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Dive into the world of customized conversational AI models and enrich your proje ### 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"**. +I've authored an 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)** From b61eb743c0ed9a4cb88c8f006df4b7f0cf4be484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 20 Sep 2024 18:01:38 +0300 Subject: [PATCH 10/12] add clemta sponsorship --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0af902d..7deef29 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@

Sponsors

+ + Clemta logo + +
Hugging Face logo From b82b3854cb3c00306e1813af5b3e0bd809596b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Thu, 26 Sep 2024 16:36:46 +0300 Subject: [PATCH 11/12] add llmchat sponsor --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7deef29..a3fb10b 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,17 @@ [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -

Sponsors

Clemta logo -
+

+ + LLMChat + +
https://git.new/llmchat

Hugging Face logo From 616903a033b090a93b5de8d4e64398812ee81b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Mon, 11 Nov 2024 14:38:53 +0300 Subject: [PATCH 12/12] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a3fb10b..3f28b7b 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ Clemta logo

- - LLMChat - -
https://git.new/llmchat

Hugging Face logo