Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.13 KB

Exploring-GPT-3

This repository contains all of the code examples from the book Exploring GPT-3. Most of the code examples are written in both JavaScript and Python. However, the code for Chapter 10 was only written in JavaScript.

Prerequisites

Running the Examples

Most of the examples require that you have an environment variable set to your OpenAI API key. This is done by running the following command in your terminal:

export OPENAI_API_KEY=<your-api-key>

Or, in replit.com, you can click on the padlock icon on the left-side menu to create a 'secret' named OPPENAI_API_KEY with the value set to your OpenAI API Key.

Comments and Feedback

If you have any questions, comments, or feedback, please feel free to contact me at @tingiris or open an issue.

Additional Resources