Go to file
2023-10-12 16:50:55 -07:00
.github Add rubric and organize project resources (#782) 2023-10-12 16:50:55 -07:00
articles Update link to techniques_to_improve_reliability 2023-10-11 19:41:57 -07:00
examples Rename third party examples folder (#779) 2023-10-11 19:30:35 -07:00
images Update README to point to website (#732) 2023-09-22 08:59:55 -07:00
project Add rubric and organize project resources (#782) 2023-10-12 16:50:55 -07:00
.gitignore Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 2023-09-20 14:50:59 -07:00
LICENSE Create LICENSE (#136) 2023-02-15 15:20:06 -08:00
README.md Fix broken OpenAI API link in README (#775) 2023-10-11 14:38:57 -07:00
registry.yaml Add rubric and organize project resources (#782) 2023-10-12 16:50:55 -07:00

OpenAI Cookbook Logo

Navigate at cookbook.openai.com

Example code and guides 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 here).

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

For other useful tools, guides and courses, check out these related resources from around the web.

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 cookbook.

The contents of this repo are automatically rendered into cookbook.openai.com based on registry.yaml. When contributing a new example, make sure to add a new entry for it in registry.yaml so that it renders on the website.

Refer to our guide on what makes documentation good for guidance on how to make high quality contributions.

Open in GitHub Codespaces