From c4c8c29e98d3f47786609bf237807aa02f237af8 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Mon, 17 Apr 2023 21:11:41 -0600 Subject: [PATCH] discord --- README.md | 38 ++++++++++++++++++-------------------- theme.config.tsx | 2 +- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 61cabf8..1fc5e6f 100644 --- a/README.md +++ b/README.md @@ -15,31 +15,12 @@ Happy Prompting! - 🔥 We reached #1 on Hacker News on 21 Feb 2023 - 🎉 The Prompt Engineering Lecture went live [here](https://youtu.be/dOxUroR57xs) -[Join our Discord](https://discord.gg/SKgkVT8BGJ) +[Join our Discord](https://discord.gg/FUyz9vPAwf) [Follow us on Twitter](https://twitter.com/dair_ai) [Subscribe to our Newsletter](https://nlpnews.substack.com/) ---- -## Lecture - -We have published a 1 hour lecture that provides a comprehensive overview of prompting techniques, applications, and tools. -- [Video Lecture](https://youtu.be/dOxUroR57xs) -- [Notebook with code](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb) -- [Slides](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/lecture/Prompt-Engineering-Lecture-Elvis.pdf) - ---- -## Running the guide locally - -To run the guide locally, for example to check the correct implementation of a new translation, you will need to: - -1. Install Node >=18.0.0 -1. Install `pnpm` if not present in your system. Check [here](https://pnpm.io/installation) for detailed instructions. -1. Install the dependencies: `pnpm i next react react-dom nextra nextra-theme-docs` -1. Boot the guide with `pnpm dev` -2. Browse the guide at `http://localhost:3000/` - --- ## Guides @@ -58,8 +39,25 @@ Please note that the guides below are now outdated. You can find the most up-to- - [Prompt Engineering - Datasets](/pages/datasets.en.mdx) - [Prompt Engineering - Additional Readings](/pages/readings.en.mdx) +## Lecture + +We have published a 1 hour lecture that provides a comprehensive overview of prompting techniques, applications, and tools. +- [Video Lecture](https://youtu.be/dOxUroR57xs) +- [Notebook with code](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb) +- [Slides](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/lecture/Prompt-Engineering-Lecture-Elvis.pdf) + --- +## Running the guide locally +To run the guide locally, for example to check the correct implementation of a new translation, you will need to: + +1. Install Node >=18.0.0 +1. Install `pnpm` if not present in your system. Check [here](https://pnpm.io/installation) for detailed instructions. +1. Install the dependencies: `pnpm i next react react-dom nextra nextra-theme-docs` +1. Boot the guide with `pnpm dev` +2. Browse the guide at `http://localhost:3000/` + +--- ## Appearances Some places where we have been featured: - Wall Street Journal - [ChatGPT Can Give Great Answers. But Only If You Know How to Ask the Right Question](https://www.wsj.com/articles/chatgpt-ask-the-right-question-12d0f035) diff --git a/theme.config.tsx b/theme.config.tsx index 1218c34..e1ca1f3 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -50,7 +50,7 @@ const config: DocsThemeConfig = { link: 'https://github.com/dair-ai/Prompt-Engineering-Guide', }, chat: { - link: 'https://discord.gg/SKgkVT8BGJ', + link: 'https://discord.gg/FUyz9vPAwf', }, docsRepositoryBase: 'https://github.com/dair-ai/Prompt-Engineering-Guide/tree/main/', footer: {