Go to file
Stefano Fiorucci d9a3b712d0 [related_resources] add haystack to prompting libraries & tools (#682)
Co-authored-by: simonpfish <simonpfish@gmail.com>
2023-09-27 14:06:37 -07:00
.github Add pull request template (#731) 2023-09-22 08:52:02 -07:00
apps [web-q-and-a] remove unnecessary cell (#309) 2023-09-27 13:32:04 -07:00
examples Minor change to use SearchIndexingBufferedSender to support optimized batch indexing (#712) 2023-09-26 16:43:05 -07:00
images Update README to point to website (#732) 2023-09-22 08:59: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
how_to_work_with_large_language_models.md small grammar fix 2023-01-29 11:56:13 -05:00
LICENSE Create LICENSE (#136) 2023-02-15 15:20:06 -08:00
README.md [readme] include link to related resources (#736) 2023-09-26 14:36:48 -07:00
related_resources.md [related_resources] add haystack to prompting libraries & tools (#682) 2023-09-27 14:06:37 -07:00
techniques_to_improve_reliability.md Merge pull request #313 from CharitySarah09/CharitySarah09-patch-2 2023-04-05 14:21:36 -07:00
text_comparison_examples.md [revise] small edits and fixed typos (#510) 2023-08-25 13:08:49 -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

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.

Open in GitHub Codespaces