Create the project for a tutorial on how to Utilize OpenAI API
Opened this issue · 2 comments
Title:Create the project for a tutorial on how to Utilize OpenAI API
Deadline: 19/04/2023 (Check-in)
Priority: Not defined
Description:
For this task, only build the project that people will create in the end; it should be based on the boilerplate. DONT write the tutorial just yet.
Maybe comes later
In this tutorial, you will teach how to use the OpenAI API to create a project. This tutorial will show how to harness this power for your own projects.
The tutorial should start with an overview of the OpenAI API and its capabilities, followed by a step-by-step guide on how to set up and authenticate your API credentials. Then dive into using the API to generate text, answer questions, and perform other language-based tasks.
The tutorial is on creating AI-generated short stories with openai api.
Things to keep in mind for the boilerplate
- More comments for all things important (Also model temperature) in the Readme
- Maybe error handling if it doesn't get to complex
- Add a form for input on the prompt form.
- Add to the documentation that users should make adjustments that we left out to make it as lean as possible. A special section in the readme about the model with a short explanation.
- Add to the documentation how to use the script and examples of prompts that you can use with it.
- If the code gets too long that it can't be pasted anymore into chatGPT, split it up into two files.