Project Setup
In this session, we'll be exploring the fundamentals of the Vercel AI SDK.
Let's start by setting up our project.
Clone the following repository locally.
Install packages using your preferred package manager.
Copy the .env.example
and rename it to .env
.
Add your OpenAI API Key to your .env
file.
Run the following command in your terminal.
You should see your OpenAI API Key outputted to the terminal.
Great! You are now ready to go!