From the course: OpenAI API: Working with Files
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Setting up your development environment - OpenAI API Tutorial
From the course: OpenAI API: Working with Files
Setting up your development environment
- [Instructor] In this video, I'll be showing you how to get your development environment ready for using the OpenAI files API. To demonstrate the use of the API we'll be making use of Node.js and also use OpenAI's Node.js SDK package from NPM. However, you can follow along if you won't be using Node.js or if you're not familiar with Node.js. The workflow is very similar for any language or SDK you choose to work with. To get your development environment set up to follow along with the exercises in this course, three core things are required. First, you need to have Node.js installed on your system. This will enable you run the examples in Node.js and using the Node.js OpenAI SDK. To install Node.js and also NPM, which is the package manager for Node.js, simply visit the Node.js website at nodejs.org. Here you can download and install the appropriate Node.js runtime for your operating system. Next, you will need an OpenAI…