OpenAI Community Libraries

If you wish to follow this course using a different programming language, you can visit this page https://platform.openai.com/docs/libraries/community-libraries to find the list of community libraries that currently exist for OpenAI. Note that OpenAI does not verify the correctness or security of these libraries so make sure to take a good look at these projects before you decide to use them.


In this course we will be using the official OpenAI libraries available for JavaScript and Python so I suggest you do the same. Calling OpenAI API endpoints is not difficult and you don’t necessarily need a library, but they do help you get started faster. They also have nice featues like retry logic and more graceful error handling.


Complete and Continue