format document
This commit is contained in:
parent
8d0ccbece5
commit
1b77a8ea03
313
index.html
313
index.html
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -7,12 +8,15 @@
|
|||
|
||||
<title>prompts.chat — awesome AI prompts</title>
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Awesome ChatGPT Prompts | This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.</title>
|
||||
<title>Awesome ChatGPT Prompts | This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.
|
||||
</title>
|
||||
<meta name="generator" content="Jekyll v3.10.0" />
|
||||
<meta property="og:title" content="Awesome ChatGPT Prompts" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better." />
|
||||
<meta property="og:description" content="This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better." />
|
||||
<meta name="description"
|
||||
content="This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better." />
|
||||
<meta property="og:description"
|
||||
content="This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better." />
|
||||
<meta property="og:site_name" content="Awesome ChatGPT Prompts" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
@ -339,8 +343,15 @@
|
|||
|
||||
/* Blinking cursor animation for development mode */
|
||||
@keyframes blink-cursor {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0; }
|
||||
|
||||
0%,
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.site-slogan {
|
||||
|
@ -483,6 +494,7 @@
|
|||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.chat-button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
@ -706,6 +718,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
transform: translateY(-0.6px);
|
||||
|
||||
svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
@ -805,14 +818,11 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 400px) and (max-width: 1920px) {
|
||||
.content-wrapper.closed-sidebar {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
@ -1507,8 +1517,10 @@
|
|||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6945602608405209" crossorigin="anonymous"></script>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6945602608405209"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="layout-wrapper">
|
||||
<!-- Copilot Suggestion Modal Backdrop -->
|
||||
|
@ -1521,7 +1533,8 @@
|
|||
<div class="copilot-suggestion-actions">
|
||||
<div class="copilot-suggestion-buttons">
|
||||
<button class="copilot-suggestion-button secondary" onclick="hideCopilotSuggestion(false)">No, thanks</button>
|
||||
<button class="copilot-suggestion-button primary" onclick="hideCopilotSuggestion(true)">Switch to GitHub Copilot</button>
|
||||
<button class="copilot-suggestion-button primary" onclick="hideCopilotSuggestion(true)">Switch to GitHub
|
||||
Copilot</button>
|
||||
</div>
|
||||
<label class="copilot-suggestion-checkbox">
|
||||
<input type="checkbox" id="doNotShowAgain">
|
||||
|
@ -1537,13 +1550,16 @@
|
|||
<div class="site-description">
|
||||
<p class="platform-hint">Choose your AI platform</p>
|
||||
<div class="platform-pills">
|
||||
<button class="platform-tag" data-platform="github-copilot" data-url="https://github.com/copilot">GitHub Copilot</button>
|
||||
<button class="platform-tag" data-platform="github-copilot" data-url="https://github.com/copilot">GitHub
|
||||
Copilot</button>
|
||||
<button class="platform-tag" data-platform="chatgpt" data-url="https://chat.openai.com">ChatGPT</button>
|
||||
<button class="platform-tag" data-platform="claude" data-url="https://claude.ai/new">Claude</button>
|
||||
<button class="platform-tag" data-platform="perplexity" data-url="https://perplexity.ai">Perplexity</button>
|
||||
<button class="platform-tag" data-platform="perplexity"
|
||||
data-url="https://perplexity.ai">Perplexity</button>
|
||||
<button class="platform-tag" data-platform="gemini" data-url="https://gemini.google.com">Gemini</button>
|
||||
<button class="platform-tag" data-platform="llama" data-url="https://meta.ai">Llama</button>
|
||||
<button class="platform-tag" data-platform="mistral" data-url="https://chat.mistral.ai/chat">Mistral</button>
|
||||
<button class="platform-tag" data-platform="mistral"
|
||||
data-url="https://chat.mistral.ai/chat">Mistral</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1556,34 +1572,64 @@
|
|||
<span class="dev-mode-label">Dev Prompts</span>
|
||||
</div>
|
||||
<a href="https://github.com/f/awesome-chatgpt-prompts/stargazers" target="_blank" class="star-count">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<polygon
|
||||
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
|
||||
</polygon>
|
||||
</svg>
|
||||
<span id="starCount">...</span>
|
||||
</a>
|
||||
<button class="dark-mode-toggle" onclick="toggleDarkMode()" title="Toggle dark mode">
|
||||
<svg class="mode-icon sun-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>
|
||||
<svg class="mode-icon moon-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
|
||||
<svg class="mode-icon sun-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
|
||||
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="12" cy="12" r="5"></circle>
|
||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||
</svg>
|
||||
<svg class="mode-icon moon-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
|
||||
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
||||
style="display: none;">
|
||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
||||
</svg>
|
||||
</button>
|
||||
<div class="layout-buttons flex space-x-4">
|
||||
<button id="closeSidebar">
|
||||
<svg class="collapsed-sider-icon hidden" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg class="collapsed-sider-icon hidden" width="32" height="32" viewBox="0 0 32 32" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<title>collapsed</title>
|
||||
<path d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM7 27.3077L7 23.0769L25 23.0769L25 27.3077L7 27.3077ZM25 8.69231L25 21.3846L7 21.3846L7 8.69231L25 8.69231Z" fill="currentColor"/>
|
||||
<path
|
||||
d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM7 27.3077L7 23.0769L25 23.0769L25 27.3077L7 27.3077ZM25 8.69231L25 21.3846L7 21.3846L7 8.69231L25 8.69231Z"
|
||||
fill="currentColor" />
|
||||
</svg>
|
||||
<svg class="expanded-sider-icon" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg class="expanded-sider-icon" width="32" height="32" viewBox="0 0 32 32" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<title>expanded</title>
|
||||
<path d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM25 8.69231L25 22.2308L7 22.2308L7 8.69231L25 8.69231Z" fill="currentColor"/>
|
||||
<path
|
||||
d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM25 8.69231L25 22.2308L7 22.2308L7 8.69231L25 8.69231Z"
|
||||
fill="currentColor" />
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<button id="closeFooter">
|
||||
<svg class="collapsed-footer-icon hidden" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM7 27.3077L7 23.0769L25 23.0769L25 27.3077L7 27.3077ZM25 8.69231L25 21.3846L7 21.3846L7 8.69231L25 8.69231Z" fill="currentColor"/>
|
||||
<svg class="collapsed-footer-icon hidden" width="32" height="32" viewBox="0 0 32 32" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM7 27.3077L7 23.0769L25 23.0769L25 27.3077L7 27.3077ZM25 8.69231L25 21.3846L7 21.3846L7 8.69231L25 8.69231Z"
|
||||
fill="currentColor" />
|
||||
</svg>
|
||||
|
||||
<svg class="expanded-footer-icon" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM25 8.69231L25 22.2308L7 22.2308L7 8.69231L25 8.69231Z" fill="currentColor"/>
|
||||
<svg class="expanded-footer-icon" width="32" height="32" viewBox="0 0 32 32" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M5 8.69231L5 27.3077C5 27.7565 5.21071 28.187 5.58579 28.5043C5.96086 28.8217 6.46957 29 7 29L25 29C25.5304 29 26.0391 28.8217 26.4142 28.5043C26.7893 28.187 27 27.7565 27 27.3077L27 8.69231C27 8.24348 26.7893 7.81304 26.4142 7.49567C26.0391 7.1783 25.5304 7 25 7L7 7C6.46957 7 5.96086 7.1783 5.58579 7.49567C5.21071 7.81304 5 8.24348 5 8.69231ZM25 8.69231L25 22.2308L7 22.2308L7 8.69231L25 8.69231Z"
|
||||
fill="currentColor" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -1610,39 +1656,62 @@
|
|||
<div class="main-content">
|
||||
<div class="container-lg markdown-body">
|
||||
<p align="center">
|
||||
<img width="395" alt="prompts.chat" src="https://github.com/user-attachments/assets/e0d0e32d-d2ce-4459-9f37-e951d9f4f5de" />
|
||||
<img width="395" alt="prompts.chat"
|
||||
src="https://github.com/user-attachments/assets/e0d0e32d-d2ce-4459-9f37-e951d9f4f5de" />
|
||||
</p>
|
||||
|
||||
<h3 align="center">Sponsors</h3>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://clemta.com" align="center" target="_blank">
|
||||
<img height="50" alt="Clemta logo" src="https://clemta.com/wp-content/uploads/2023/03/logo-clemta-com-1.png.webp" />
|
||||
<img height="50" alt="Clemta logo"
|
||||
src="https://clemta.com/wp-content/uploads/2023/03/logo-clemta-com-1.png.webp" />
|
||||
</a>
|
||||
<br /><br />
|
||||
<a href="https://hf.co/chat" align="center" target="_blank">
|
||||
<img height="60" alt="Hugging Face logo" src="https://github.com/user-attachments/assets/4187ef06-7cae-402a-a410-e0a999758fed" />
|
||||
<img height="60" alt="Hugging Face logo"
|
||||
src="https://github.com/user-attachments/assets/4187ef06-7cae-402a-a410-e0a999758fed" />
|
||||
</a>
|
||||
<br />
|
||||
<sub><a href="https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423">Be my sponsor and your logo will be here!</a></sub>
|
||||
<sub><a href="https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423">Be my sponsor and
|
||||
your logo will be here!</a></sub>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
<p><a href="https://github.com/sindresorhus/awesome"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="Awesome" /></a></p>
|
||||
<p><a href="https://github.com/sindresorhus/awesome"><img
|
||||
src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"
|
||||
alt="Awesome" /></a></p>
|
||||
|
||||
<p>Welcome to the “Awesome ChatGPT Prompts” repository! While this collection was originally created for <a href="https://chat.openai.com/chat">ChatGPT</a>, these prompts work great with other AI models like <a href="https://claude.ai/new">Claude</a>, <a href="https://gemini.google.com">Gemini</a>, <a href="https://hf.co/chat">Hugging Face Chat</a>, <a href="https://meta.ai">Llama</a>, <a href="https://chat.mistral.ai">Mistral</a>, and more.</p>
|
||||
<p>Welcome to the “Awesome ChatGPT Prompts” repository! While this collection was originally created for
|
||||
<a href="https://chat.openai.com/chat">ChatGPT</a>, these prompts work great with other AI models like
|
||||
<a href="https://claude.ai/new">Claude</a>, <a href="https://gemini.google.com">Gemini</a>, <a
|
||||
href="https://hf.co/chat">Hugging Face Chat</a>, <a href="https://meta.ai">Llama</a>, <a
|
||||
href="https://chat.mistral.ai">Mistral</a>, and more.
|
||||
</p>
|
||||
|
||||
<p><a href="https://chat.openai.com/chat">ChatGPT</a> is a web interface created by <a href="https://openai.com">OpenAI</a> that provides access to their GPT (Generative Pre-trained Transformer) language models. The underlying models, like GPT-4o and GPT-o1, are large language models trained on vast amounts of text data that can understand and generate human-like text. Like other AI chat interfaces, you can provide prompts and have natural conversations with the AI, which will generate contextual responses based on the conversation history and your inputs.</p>
|
||||
<p><a href="https://chat.openai.com/chat">ChatGPT</a> is a web interface created by <a
|
||||
href="https://openai.com">OpenAI</a> that provides access to their GPT (Generative Pre-trained
|
||||
Transformer) language models. The underlying models, like GPT-4o and GPT-o1, are large language models
|
||||
trained on vast amounts of text data that can understand and generate human-like text. Like other AI
|
||||
chat interfaces, you can provide prompts and have natural conversations with the AI, which will generate
|
||||
contextual responses based on the conversation history and your inputs.</p>
|
||||
|
||||
<p>In this repository, you will find a variety of prompts that can be used with ChatGPT and other AI chat models. We encourage you to <a href="https://github.com/f/awesome-chatgpt-prompts/edit/main/README.md">add your own prompts</a> to the list, and to use AI to help generate new prompts as well.</p>
|
||||
<p>In this repository, you will find a variety of prompts that can be used with ChatGPT and other AI chat
|
||||
models. We encourage you to <a
|
||||
href="https://github.com/f/awesome-chatgpt-prompts/edit/main/README.md">add your own prompts</a> to
|
||||
the list, and to use AI to help generate new prompts as well.</p>
|
||||
|
||||
<p>To get started, simply clone this repository and use the prompts in the README.md file as input for your preferred AI chat model. You can also use the prompts in this file as inspiration for creating your own.</p>
|
||||
<p>To get started, simply clone this repository and use the prompts in the README.md file as input for
|
||||
your preferred AI chat model. You can also use the prompts in this file as inspiration for creating your
|
||||
own.</p>
|
||||
|
||||
<p>We hope you find these prompts useful and have fun exploring AI chat models!</p>
|
||||
|
||||
<p><strong><a href="https://prompts.chat">View on prompts.chat</a></strong></p>
|
||||
|
||||
<h2 id="view-on-hugging-face"><strong><a href="https://huggingface.co/datasets/fka/awesome-chatgpt-prompts/">View on Hugging Face</a></strong></h2>
|
||||
<h2 id="view-on-hugging-face"><strong><a
|
||||
href="https://huggingface.co/datasets/fka/awesome-chatgpt-prompts/">View on Hugging
|
||||
Face</a></strong></h2>
|
||||
|
||||
<blockquote>
|
||||
<p>ℹ️ <strong>NOTE:</strong> Sometimes, some of the prompts may not be working as you expected
|
||||
|
@ -1656,23 +1725,30 @@ prompt using your own sentences while keeping the instructions same.</p>
|
|||
<p>I’ve authored an e-book called <strong>“The Art of ChatGPT Prompting: A Guide to
|
||||
Crafting Clear and Effective Prompts”</strong>.</p>
|
||||
|
||||
<p>📖 <strong><a href="https://fka.gumroad.com/l/art-of-chatgpt-prompting">Read the e-book</a></strong></p>
|
||||
<p>📖 <strong><a href="https://fka.gumroad.com/l/art-of-chatgpt-prompting">Read the e-book</a></strong>
|
||||
</p>
|
||||
|
||||
<h3 id="want-to-learn-how-to-make-money-using-chatgpt-prompts">Want to Learn How to Make Money using ChatGPT Prompts?</h3>
|
||||
<h3 id="want-to-learn-how-to-make-money-using-chatgpt-prompts">Want to Learn How to Make Money using
|
||||
ChatGPT Prompts?</h3>
|
||||
|
||||
<p>I’ve authored an e-book called <strong>“How to Make Money with ChatGPT: Strategies,
|
||||
Tips, and Tactics”</strong>.</p>
|
||||
|
||||
<p>📖
|
||||
<strong><a href="https://fka.gumroad.com/l/how-to-make-money-with-chatgpt">Buy the e-book</a></strong></p>
|
||||
<strong><a href="https://fka.gumroad.com/l/how-to-make-money-with-chatgpt">Buy the e-book</a></strong>
|
||||
</p>
|
||||
|
||||
<h3 id="want-to-learn-how-to-write-image-prompts-for-midjourney-ai">Want to Learn How to write image prompts for Midjourney AI?</h3>
|
||||
<h3 id="want-to-learn-how-to-write-image-prompts-for-midjourney-ai">Want to Learn How to write image
|
||||
prompts for Midjourney AI?</h3>
|
||||
|
||||
<p>I’ve authored an e-book called <strong>“The Art of Midjourney AI: A Guide to Creating
|
||||
Images from Text”</strong>.</p>
|
||||
|
||||
<p>📖
|
||||
<strong><a href="https://fka.gumroad.com/l/the-art-of-midjourney-ai-guide-to-creating-images-from-text">Read the e-book</a></strong></p>
|
||||
<strong><a
|
||||
href="https://fka.gumroad.com/l/the-art-of-midjourney-ai-guide-to-creating-images-from-text">Read
|
||||
the e-book</a></strong>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
@ -1682,7 +1758,8 @@ Images from Text”</strong>.</p>
|
|||
working with prompts. With just a few clicks, you can easily edit and copy the
|
||||
prompts on the site to fit your specific needs and preferences.</p>
|
||||
|
||||
<p><img width="1400" alt="Screenshot 2025-01-05 at 22 17 19" src="https://github.com/user-attachments/assets/272d2092-b651-452a-a049-f46b31c32889" /></p>
|
||||
<p><img width="1400" alt="Screenshot 2025-01-05 at 22 17 19"
|
||||
src="https://github.com/user-attachments/assets/272d2092-b651-452a-a049-f46b31c32889" /></p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
@ -1692,7 +1769,8 @@ prompts on the site to fit your specific needs and preferences.</p>
|
|||
many hidden gems there. Take a look!</p>
|
||||
|
||||
<p>📖
|
||||
<strong><a href="https://github.com/f/awesome-chatgpt-prompts/pulls">View Unmerged Prompts</a></strong></p>
|
||||
<strong><a href="https://github.com/f/awesome-chatgpt-prompts/pulls">View Unmerged Prompts</a></strong>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
@ -1701,7 +1779,9 @@ many hidden gems there. Take a look!</p>
|
|||
<h2 id="act-as-an-ethereum-developer">Act as an Ethereum Developer</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/Ameya-2003">@ameya-2003</a> Reference:
|
||||
<a href="https://github.com/Ameya-2003/BlockChain/blob/main/Projects/The%20BlockChain%20Messenger.sol">The BlockChain Messenger</a></p>
|
||||
<a href="https://github.com/Ameya-2003/BlockChain/blob/main/Projects/The%20BlockChain%20Messenger.sol">The
|
||||
BlockChain Messenger</a>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>Imagine you are an experienced Ethereum developer tasked with creating a smart
|
||||
|
@ -1717,7 +1797,9 @@ ensure a clear understanding of the implementation.</p>
|
|||
<h2 id="act-as-a-linux-terminal">Act as a Linux Terminal</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/f">@f</a> Reference:
|
||||
<a href="https://www.engraved.blog/building-a-virtual-machine-inside/">https://www.engraved.blog/building-a-virtual-machine-inside/</a></p>
|
||||
<a
|
||||
href="https://www.engraved.blog/building-a-virtual-machine-inside/">https://www.engraved.blog/building-a-virtual-machine-inside/</a>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as a linux terminal. I will type commands and you will reply
|
||||
|
@ -1730,7 +1812,8 @@ brackets {like this}. My first command is pwd</p>
|
|||
|
||||
<h2 id="act-as-an-english-translator-and-improver">Act as an English Translator and Improver</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/f">@f</a> <strong>Alternative to</strong>: Grammarly, Google
|
||||
<p>Contributed by: <a href="https://github.com/f">@f</a> <strong>Alternative to</strong>: Grammarly,
|
||||
Google
|
||||
Translate</p>
|
||||
|
||||
<blockquote>
|
||||
|
@ -1748,11 +1831,13 @@ first sentence is “istanbulu cok seviyom burada olmak cok guzel”</p>
|
|||
|
||||
<p>Contributed by: <a href="https://github.com/f">@f</a> &
|
||||
<a href="https://github.com/iltekin">@iltekin</a> <strong>Examples</strong>: Node.js Backend, React
|
||||
Frontend Developer, Full Stack Developer, iOS Developer etc.</p>
|
||||
Frontend Developer, Full Stack Developer, iOS Developer etc.
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as an interviewer. I will be the candidate and you will ask
|
||||
me the interview questions for the <code class="language-plaintext highlighter-rouge">position</code> position. I want you to only
|
||||
me the interview questions for the <code class="language-plaintext highlighter-rouge">position</code>
|
||||
position. I want you to only
|
||||
reply as the interviewer. Do not write all the conversation at once. I want
|
||||
you to only do the interview with me. Ask me the questions and wait for my
|
||||
answers. Do not write explanations. Ask me the questions one by one like an
|
||||
|
@ -1842,7 +1927,8 @@ the speaker.”</p>
|
|||
<h2 id="act-as-character-from-moviebookanything">Act as ‘Character’ from ‘Movie/Book/Anything’</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/BRTZL">@BRTZL</a>
|
||||
<a href="https://github.com/mattsq">@mattsq</a></p>
|
||||
<a href="https://github.com/mattsq">@mattsq</a>
|
||||
</p>
|
||||
|
||||
<p><strong>Examples</strong>: Character: Harry Potter, Series: Harry Potter Series, Character:
|
||||
Darth Vader, Series: Star Wars etc.</p>
|
||||
|
@ -2526,12 +2612,14 @@ inside curly brackets {like this}. my first command is wake up</p>
|
|||
|
||||
<p>Contributed by: <a href="https://github.com/lgastako">@lgastako</a>
|
||||
<br /> [Caveat Emptor: After issuing this prompt you should then do something like
|
||||
start a docker container with <code class="language-plaintext highlighter-rouge">docker run -it ubuntu:latest /bin/bash</code> and type
|
||||
start a docker container with <code
|
||||
class="language-plaintext highlighter-rouge">docker run -it ubuntu:latest /bin/bash</code> 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].</p>
|
||||
output of the command is large you can usually just paste the last few lines].
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I am going to act as a linux terminal. I want you to pretend you are a
|
||||
|
@ -2630,7 +2718,8 @@ the dreamer. Provide only factual interpretations based on the information
|
|||
given. My first dream is about being chased by a giant spider.</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-a-fill-in-the-blank-worksheets-generator">Act as a Fill in the Blank Worksheets Generator</h2>
|
||||
<h2 id="act-as-a-fill-in-the-blank-worksheets-generator">Act as a Fill in the Blank Worksheets Generator
|
||||
</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/iuzn">@iuzn</a> <mark>Generated by
|
||||
ChatGPT</mark></p>
|
||||
|
@ -3283,7 +3372,8 @@ need help choosing an outfit.”</p>
|
|||
<h2 id="act-as-a-machine-learning-engineer">Act as a Machine Learning Engineer</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/TirendazAcademy">@TirendazAcademy</a>
|
||||
<mark>Generated by ChatGPT</mark></p>
|
||||
<mark>Generated by ChatGPT</mark>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as a machine learning engineer. I will write some machine
|
||||
|
@ -3407,7 +3497,8 @@ sights, or people for me to experience?”</p>
|
|||
<h2 id="act-as-a-talent-coach">Act as a Talent Coach</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/GuillaumeFalourd">@GuillaumeFalourd</a>
|
||||
<mark>Generated by ChatGPT</mark></p>
|
||||
<mark>Generated by ChatGPT</mark>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as a Talent Coach for interviews. I will give you a job
|
||||
|
@ -3419,7 +3510,8 @@ first job title is “Software Engineer”.</p>
|
|||
<h2 id="act-as-a-r-programming-interpreter">Act as a R Programming Interpreter</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/TirendazAcademy">@TirendazAcademy</a>
|
||||
<mark>Generated by ChatGPT</mark></p>
|
||||
<mark>Generated by ChatGPT</mark>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as a R interpreter. I’ll type commands and you’ll reply with
|
||||
|
@ -3755,9 +3847,11 @@ first song is “Other Lives - Epic”.</p>
|
|||
Please compose a cover letter describing my technical skills. I’ve been
|
||||
working with web technology for two years. I’ve worked as a frontend developer
|
||||
for 8 months. I’ve grown by employing some tools. These include
|
||||
<code class="language-plaintext highlighter-rouge">[...Tech Stack]</code>, and so on. I wish to develop my full-stack development
|
||||
<code class="language-plaintext highlighter-rouge">[...Tech Stack]</code>, and so on. I wish to
|
||||
develop my full-stack development
|
||||
skills. I desire to lead a T-shaped existence. Can you write a cover letter
|
||||
for a job application about myself?</p>
|
||||
for a job application about myself?
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-a-technology-transferer">Act as a Technology Transferer</h2>
|
||||
|
@ -3814,13 +3908,17 @@ understood.</p>
|
|||
<blockquote>
|
||||
<p>Let’s play Gomoku. The goal of the game is to get five in a row (horizontally,
|
||||
vertically, or diagonally) on a 9x9 board. Print the board (with
|
||||
ABCDEFGHI/123456789 axis) after each move (use <code class="language-plaintext highlighter-rouge">x</code> and <code class="language-plaintext highlighter-rouge">o</code> for moves and <code class="language-plaintext highlighter-rouge">-</code>
|
||||
ABCDEFGHI/123456789 axis) after each move (use <code
|
||||
class="language-plaintext highlighter-rouge">x</code> and <code
|
||||
class="language-plaintext highlighter-rouge">o</code> for moves and <code
|
||||
class="language-plaintext highlighter-rouge">-</code>
|
||||
for whitespace). You and I take turns in moving, that is, make your move after
|
||||
my each move. You cannot place a move an top of other moves. Do not modify the
|
||||
original board before a move. Now make the first move.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>Note: if ChatGPT makes an invalid move, try <code class="language-plaintext highlighter-rouge">Regenerate response</code>.</p>
|
||||
<p>Note: if ChatGPT makes an invalid move, try <code
|
||||
class="language-plaintext highlighter-rouge">Regenerate response</code>.</p>
|
||||
|
||||
<h2 id="act-as-a-proofreader">Act as a Proofreader</h2>
|
||||
|
||||
|
@ -3884,7 +3982,8 @@ inside the vessel after each reaction.</p>
|
|||
<h2 id="act-as-a-friend">Act as a Friend</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/florinpopacodes">@FlorinPopaCodes</a>
|
||||
<mark>Generated by ChatGPT</mark></p>
|
||||
<mark>Generated by ChatGPT</mark>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as my friend. I will tell you what is happening in my life
|
||||
|
@ -3966,7 +4065,8 @@ notes should be concise and easy to read.</p>
|
|||
<p>Contributed by <a href="https://github.com/lemorage">@lemorage</a></p>
|
||||
|
||||
<blockquote>
|
||||
<p>I want you to act as a <code class="language-plaintext highlighter-rouge">language</code> literary critic. I will provide you with
|
||||
<p>I want you to act as a <code class="language-plaintext highlighter-rouge">language</code> literary
|
||||
critic. I will provide you with
|
||||
some excerpts from literature work. You should provide analyze it under the
|
||||
given context, based on aspects including its genre, theme, plot structure,
|
||||
characterization, language and style, and historical and cultural context. You
|
||||
|
@ -4070,9 +4170,11 @@ or links whenever available.</p>
|
|||
|
||||
<blockquote>
|
||||
<p>Act as an expert software engineer in test with strong experience in
|
||||
<code class="language-plaintext highlighter-rouge">programming language</code> who is teaching a junior developer how to write tests.
|
||||
<code class="language-plaintext highlighter-rouge">programming language</code> who is teaching a
|
||||
junior developer how to write tests.
|
||||
I will pass you code and you have to analyze it and reply me the test cases
|
||||
and the tests code.</p>
|
||||
and the tests code.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-a-wisdom-generator">Act as a Wisdom Generator</h2>
|
||||
|
@ -4135,7 +4237,8 @@ pattern and the interpretation. Do not break the character. Answer: “Give me a
|
|||
note and a theme” if you understood.</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-knowledgeable-software-development-mentor">Act as Knowledgeable Software Development Mentor</h2>
|
||||
<h2 id="act-as-knowledgeable-software-development-mentor">Act as Knowledgeable Software Development Mentor
|
||||
</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/yamanerkam">@yamanerkam</a></p>
|
||||
|
||||
|
@ -4205,7 +4308,8 @@ manage their git repositories. My first request is “I want to fork the
|
|||
awesome-chatgpt-prompts repository and push it back”</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-any-programming-language-to-python-converter">Act as Any Programming Language to Python Converter</h2>
|
||||
<h2 id="act-as-any-programming-language-to-python-converter">Act as Any Programming Language to Python
|
||||
Converter</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/khushaljethava">@khushaljethava</a></p>
|
||||
|
||||
|
@ -4310,7 +4414,13 @@ consider backtracking and trying a different approach If unsure or if reward
|
|||
score is low, backtrack and try a different approach, explaining your decision
|
||||
within <thinking> tags. For mathematical problems, show all work explicitly
|
||||
using LaTeX for formal notation and provide detailed proofs. Explore multiple
|
||||
solutions individually if possible, comparing approaches</thinking></reward></reflection></count></step></thinking></p>
|
||||
solutions individually if possible, comparing approaches</thinking>
|
||||
</reward>
|
||||
</reflection>
|
||||
</count>
|
||||
</step>
|
||||
</thinking>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-pirate">Act as Pirate</h2>
|
||||
|
@ -4434,7 +4544,8 @@ everyday analogies to make them more accessible and understandable.</li>
|
|||
the strategies outlined in the
|
||||
<a href="https://platform.openai.com/docs/guides/prompt-engineering">prompt engineering guide</a>,
|
||||
I seek your assistance in crafting prompts that ensure accurate and relevant
|
||||
responses. Here’s how we can proceed:</p>
|
||||
responses. Here’s how we can proceed:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li><strong>Request for Input</strong>: Could you please ask me for the specific natural
|
||||
|
@ -4600,7 +4711,8 @@ explanations or annotations in your responses. The first sentence I’d like you
|
|||
to work with is ‘The quick brown fox jumps over the lazy dog’.</p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="act-as-large-language-models-security-specialist">Act as Large Language Models Security Specialist</h2>
|
||||
<h2 id="act-as-large-language-models-security-specialist">Act as Large Language Models Security Specialist
|
||||
</h2>
|
||||
|
||||
<p>Contributed by: <a href="https://github.com/majevva">@majevva</a></p>
|
||||
|
||||
|
@ -4672,7 +4784,9 @@ global audience.</p>
|
|||
|
||||
<p>Contributed by: <a href="https://www.storychief.io/ai-power-mode">StoryChief AI</a>
|
||||
Reference:
|
||||
<a href="https://storychief.io/blog/chatgpt-prompts-seo">https://storychief.io/blog/chatgpt-prompts-seo</a></p>
|
||||
<a
|
||||
href="https://storychief.io/blog/chatgpt-prompts-seo">https://storychief.io/blog/chatgpt-prompts-seo</a>
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>Using WebPilot, create an outline for an article that will be 2,000 words on
|
||||
|
@ -4715,7 +4829,8 @@ issues and high performance of application in low or no network as well.</p>
|
|||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
Awesome ChatGPT Prompts is open source. <a href="https://github.com/f/awesome-chatgpt-prompts/edit/gh-pages/README.md">Improve this page</a>.
|
||||
Awesome ChatGPT Prompts is open source. <a
|
||||
href="https://github.com/f/awesome-chatgpt-prompts/edit/gh-pages/README.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -4724,28 +4839,43 @@ issues and high performance of application in low or no network as well.</p>
|
|||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>About</h3>
|
||||
<p>A curated collection of effective prompts for ChatGPT and other AI assistants, curated by <a href="https://x.com/fkadev">Fatih Kadir Akın</a>. While designed for ChatGPT, these prompts can be adapted for Claude, Gemini, Llama, and other language models to help you get more out of AI interactions.</p>
|
||||
<p>A curated collection of effective prompts for ChatGPT and other AI assistants, curated by <a
|
||||
href="https://x.com/fkadev">Fatih Kadir Akın</a>. While designed for ChatGPT, these prompts can be
|
||||
adapted for Claude, Gemini, Llama, and other language models to help you get more out of AI
|
||||
interactions.</p>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Contributing</h3>
|
||||
<p>If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. Please read the <a href="https://github.com/f/awesome-chatgpt-prompts/blob/main/CONTRIBUTING.md" style="color: var(--accent-color);">contribution guidelines</a> first.</p>
|
||||
<p>If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests
|
||||
are warmly welcome. Please read the <a
|
||||
href="https://github.com/f/awesome-chatgpt-prompts/blob/main/CONTRIBUTING.md"
|
||||
style="color: var(--accent-color);">contribution guidelines</a> first.</p>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Links</h3>
|
||||
<div class="book-links">
|
||||
<a href="https://www.forbes.com/sites/tjmccue/2023/01/19/chatgpt-success-completely-depends-on-your-prompt/?sh=497a92a21a16" target="_blank" class="book-link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<a href="https://www.forbes.com/sites/tjmccue/2023/01/19/chatgpt-success-completely-depends-on-your-prompt/?sh=497a92a21a16"
|
||||
target="_blank" class="book-link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path>
|
||||
<polyline points="22 4 12 14.01 9 11.01"></polyline>
|
||||
</svg>
|
||||
Featured on Forbes
|
||||
</a>
|
||||
<a href="https://github.com/f/awesome-chatgpt-prompts" target="_blank" class="book-link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path
|
||||
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
|
||||
</path>
|
||||
</svg>
|
||||
GitHub Repository
|
||||
</a>
|
||||
<a href="https://huggingface.co/datasets/fka/awesome-chatgpt-prompts" target="_blank" class="book-link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<a href="https://huggingface.co/datasets/fka/awesome-chatgpt-prompts" target="_blank"
|
||||
class="book-link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
|
||||
<line x1="3" y1="10" x2="21" y2="10"></line>
|
||||
<line x1="7" y1="15" x2="7" y2="19"></line>
|
||||
|
@ -4755,7 +4885,8 @@ issues and high performance of application in low or no network as well.</p>
|
|||
Hugging Face Dataset
|
||||
</a>
|
||||
<a href="https://github.com/f/awesome-chatgpt-prompts/pulls" target="_blank" class="book-link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<line x1="12" y1="8" x2="12" y2="16"></line>
|
||||
<line x1="8" y1="12" x2="16" y2="12"></line>
|
||||
|
@ -4768,15 +4899,28 @@ issues and high performance of application in low or no network as well.</p>
|
|||
<h3>e-Books by @f</h3>
|
||||
<div class="book-links">
|
||||
<a href="https://fka.gumroad.com/l/art-of-chatgpt-prompting" class="book-link" target="_blank">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
|
||||
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
|
||||
</svg>
|
||||
The Art of ChatGPT Prompting
|
||||
</a>
|
||||
<a href="https://fka.gumroad.com/l/how-to-make-money-with-chatgpt" class="book-link" target="_blank">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
|
||||
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
|
||||
</svg>
|
||||
How to Make Money with ChatGPT
|
||||
</a>
|
||||
<a href="https://fka.gumroad.com/l/the-art-of-midjourney-ai-guide-to-creating-images-from-text" class="book-link" target="_blank">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></svg>
|
||||
<a href="https://fka.gumroad.com/l/the-art-of-midjourney-ai-guide-to-creating-images-from-text"
|
||||
class="book-link" target="_blank">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
|
||||
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
|
||||
</svg>
|
||||
The Art of Midjourney AI
|
||||
</a>
|
||||
</div>
|
||||
|
@ -4791,7 +4935,11 @@ issues and high performance of application in low or no network as well.</p>
|
|||
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
<style>video { max-width: 100% !important; }</style>
|
||||
<style>
|
||||
video {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
</style>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MSNHFWTE77"></script>
|
||||
<script>
|
||||
|
@ -4802,4 +4950,5 @@ issues and high performance of application in low or no network as well.</p>
|
|||
gtag('config', 'G-MSNHFWTE77');
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
12
script.js
12
script.js
|
@ -504,8 +504,7 @@ function createPromptCards() {
|
|||
<div class="prompt-title">
|
||||
${title}
|
||||
<div class="action-buttons">
|
||||
<button class="chat-button" title="Open in AI Chat" onclick="openInChat(this, '${
|
||||
encodeURIComponent(content.trim())
|
||||
<button class="chat-button" title="Open in AI Chat" onclick="openInChat(this, '${encodeURIComponent(content.trim())
|
||||
}')">
|
||||
<svg class="chat-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
|
||||
|
@ -515,8 +514,7 @@ function createPromptCards() {
|
|||
<line x1="12" y1="19" x2="20" y2="19"></line>
|
||||
</svg>
|
||||
</button>
|
||||
<button class="copy-button" title="Copy prompt" onclick="copyPrompt(this, '${
|
||||
encodeURIComponent(content.trim())
|
||||
<button class="copy-button" title="Copy prompt" onclick="copyPrompt(this, '${encodeURIComponent(content.trim())
|
||||
}')">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path>
|
||||
|
@ -681,13 +679,11 @@ function showModal(title, content) {
|
|||
}
|
||||
|
||||
modalChatButton.innerHTML = `
|
||||
<svg class="chat-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: ${
|
||||
isDevMode ? "none" : "block"
|
||||
<svg class="chat-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: ${isDevMode ? "none" : "block"
|
||||
}">
|
||||
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
|
||||
</svg>
|
||||
<svg class="terminal-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: ${
|
||||
isDevMode ? "block" : "none"
|
||||
<svg class="terminal-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: ${isDevMode ? "block" : "none"
|
||||
}">
|
||||
<polyline points="4 17 10 11 4 5"></polyline>
|
||||
<line x1="12" y1="19" x2="20" y2="19"></line>
|
||||
|
|
Loading…
Reference in New Issue