From 9ad83bf26c2c3ff2355b6ebc33218f1238efb3c1 Mon Sep 17 00:00:00 2001 From: Paulo Salem Date: Tue, 21 Feb 2023 18:28:10 -0300 Subject: [PATCH] Adds a new tutorial regarding building whole applications and prototypes with GPT-3. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 134b990..7fe72a4 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ The following are the latest papers (sorted by release date) on prompt engineeri - [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) - [Best 100+ Stable Diffusion Prompts](https://mpost.io/best-100-stable-diffusion-prompts-the-most-beautiful-ai-text-to-image-prompts) - [Best practices for prompt engineering with OpenAI API](https://help.openai.com/en/articles/6654000-best-practices-for-prompt-engineering-with-openai-api) +- [Building GPT-3 applications — beyond the prompt](https://medium.com/data-science-at-microsoft/building-gpt-3-applications-beyond-the-prompt-504140835560) - [ChatGPT, AI and GPT-3 Apps and use cases](https://gpt3demo.com) - [CMU Advanced NLP 2022: Prompting](https://youtube.com/watch?v=5ef83Wljm-M&feature=shares) - [Curtis64's set of prompt gists](https://gist.github.com/Curtis-64)