PacktPublishing / Exploring-GPT-3

Exploring GPT-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Exploring GPT-3

License:MIT License


Languages

Language:JavaScript 76.8%Language:Python 17.6%Language:HTML 5.6%