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
Simón Fishman a86e977980 Add pull request template (#731) 1 year ago
.github Add pull request template (#731) 1 year ago
apps Bump ipython from 8.8.0 to 8.10.0 in /apps/web-crawl-q-and-a (#707) 1 year ago
examples Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
images rename image file 1 year ago
.gitignore Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
LICENSE Create LICENSE (#136) 2 years ago
README.md Split off related resources (#730) 1 year ago
how_to_work_with_large_language_models.md small grammar fix 2 years ago
related_resources.md Split off related resources (#730) 1 year ago
techniques_to_improve_reliability.md Merge pull request #313 from CharitySarah09/CharitySarah09-patch-2 2 years ago
text_comparison_examples.md [revise] small edits and fixed typos (#510) 1 year ago

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 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. We are also happy to accept high quality pull requests, as long as they fit the scope of the repo.