openai-cookbook/README.md
Ted Sanders 5e7c065dd1 Update README.md
updates table of contents with new additions; combines GPT and ChatGPT sections; moves apps up
2023-05-19 16:54:54 -07:00

4.6 KiB

OpenAI Cookbook

The OpenAI Cookbook shares example code for accomplishing common tasks with the OpenAI API.

To run these examples, you'll need an OpenAI account and API key (create a free account).

Most code examples are written in Python, though the concepts can be applied in any language.

Open in GitHub Codespaces

Recently added/updated 🆕

Guides & examples

Beyond the code examples here, you can learn about the OpenAI API from the following resources:

Contributing

If there are examples or guides you'd like to see, feel free to suggest them on the issues page.