mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-04 06:00:33 +00:00
.github | ||
apps | ||
examples | ||
images | ||
.gitignore | ||
how_to_work_with_large_language_models.md | ||
LICENSE | ||
README.md | ||
related_resources.md | ||
techniques_to_improve_reliability.md | ||
text_comparison_examples.md |
✨ 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.
Contributing
The contents of this repo are automatically rendered into cookbook.openai.com. 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.
Refer to our guide on what makes documentation good for guidance on how to make high quality contributions.