Chapter 3: GPT-3 and Programming
Almost all of GPT-3’s NLP capabilities are created in the Python programming language. But to enable wider accessibility, the API comes with pre-built support for all the major programming languages, so users can build GPT-3 powered applications using the programming language of their choice.
In this section, we will illustrate how this works by replicating an example with different programming languages.
Just a heads-up: In each language-specific chapter, we assume you have a basic understanding of the programming language being discussed. If you don’t, you can safely skip the section.
How to use OpenAI API with Python?
Python is the most popular language for data science and machine learning tasks. Compared ...
Get GPT-3 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.