In recent years, Generative Artificial Intelligence (AI) has taken an increasingly important role in the daily lives of many people. Since the release of ChatGPT, AI has ceased to be just a concept known to a few and has become an accessible tool for everyone, but still, many do not know how it works... That is about to change.
- How does Generative AI work?
- What are the best Prompting techniques to get precise results?
- How to obtain an API Key to use OpenAI or Groq
Additionally, we review many important concepts in a concise and clear manner so that anyone can understand them regardless of their prior knowledge.
First, fork the repository. Go to this link and press Fork.
Then create the fork, you can change the name if you want
and then on "Create Codespace" to open this repository in a cloud development environment, so you won't have to install anything on your computer and you can start the course with just one click.
Note: If you prefer to work on your computer, make sure you have Node.js, npm, Python, and VSCode installed. You can download Node. You can download Python. You can download VSCode.
Try the tutorial to Create your own Local-Codespace to avoid configuration issues
a. Run the following command to install LearnPack globally on your computer:
npm install -g @learnpack/learnpack
After installing LearnPack, you will be able to run any LearnPack course locally. You can see more tutorials and courses here.
b. Open VSCode and install the LearnPack extension. To do this, follow these steps:
- Click on the extensions icon in the left sidebar.
- Search for "LearnPack" in the search bar.
- Click "Install" on the LearnPack extension.
- On Windows: Search for
cmd
in the start menu and click oncmd
to open the terminal. (Or simply pressCtrl + R
, typecmd
and pressEnter
) - On Mac: Search for
terminal
in Spotlight and click onterminal
to open the terminal. - On Linux: Press
Ctrl + Alt + T
to open the terminal.
git clone https://github.com/breatheco-de/prompt-engineering-exercise-course.git
cd prompt-engineering-exercise-course
If you have already installed the LearnPack extension in VSCode, when you enter the course directory, LearnPack will start automatically. If not, run the following command:
learnpack start
And that's it! LearnPack will take care of installing what it needs to function, you just start learning.
If you find any errors or want to improve this course, please open a Pull Request or an Issue in this repository. All help is welcome!