You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Ted Sanders c26914934c Merge pull request #310 from AlexZhangji/main
add comparison benchmark for embedding models
1 year ago
apps
examples
images
transition_guides_for_deprecated_API_endpoints
.gitignore
LICENSE
README.md
code_editing_examples.md
code_explanation_examples.md
code_writing_examples.md
how_to_work_with_large_language_models.md
techniques_to_improve_reliability.md
text_comparison_examples.md
text_editing_examples.md
text_explanation_examples.md
text_writing_examples.md

README.md

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 associated 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 🆕

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.