From the course: Developing RAG Apps with LlamaIndex and Next.js
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Setup OpenAI account and the OpenAI API key
From the course: Developing RAG Apps with LlamaIndex and Next.js
Setup OpenAI account and the OpenAI API key
So now we're going to look at development environment setup because we need to set up our computers so that we are able to do the things that we need to do in terms of coding and start understanding link chain and large models and all of that great stuff. Now here is a tip or I guess a note if you have taken my previous course on OpenAI APIs and ChatGPT. I do have a section at the bottom of that course that talks about setting up the environment and everything. So if you already have taken that part, you can skip this because I'm assuming that you would have the development environment set up and everything. But if not, just follow along. So the first thing you need is Python. So make sure you have Python installed on your machine and also VS Code or any other code editor. But in this course, I'm going to be using VS Code. So I would suggest you also install that. And of course, we are going to need an OpenAI API account or OpenAI account, and then the API key, create an API key so…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.