Contents
In this workshop, we will cover the following topics:
- Using the OpenAI API
- Creating an Anki flashcard generator using the OpenAI API
We will work with the GPT-4o-mini and GPT-4o models from OpenAI. Note that we could also use local models, but this would require a bit more setup and is outside the scope of this workshop.
The focus of this workshop is on using the OpenAI API, so we will only discuss Python in passing. I do recommend that you install an AI coding assistant, such as Github Copilot. For beginners, this will help to get you started with Python.
The workshop is structured as follows:
- Introduction
- Setup coding environment
- setup Python
- setup VSCode
- install Github Copilot
- Verify OpenAI installation
- Using the OpenAI API
- Project: Use GPT-4o to generate Anki flashcards
- Conclusions and discussion
Reuse
Citation
BibTeX citation:
@online{ellis2024,
author = {Ellis, Andrew},
title = {Contents},
date = {2024-11-13},
url = {https://virtuelleakademie.github.io/promptly-engineered/workshop/},
langid = {en}
}
For attribution, please cite this work as:
Ellis, Andrew. 2024. βContents.β November 13, 2024. https://virtuelleakademie.github.io/promptly-engineered/workshop/.