From 65987f51350353add2e1be487f77eeb7a6889308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3n=20Fishman?= Date: Tue, 26 Sep 2023 14:36:48 -0700 Subject: [PATCH] [readme] include link to related resources (#736) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a5a5e7..9f358cb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Example code and guides for accomplishing common tasks with the [OpenAI API](htt 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](https://cookbook.openai.com/related_resources). + + ## Contributing The contents of this repo are automatically rendered into [cookbook.openai.com](https://cookbook.openai.com). If there are examples or guides you'd like to see, feel free to suggest them on the [issues page](https://github.com/openai/openai-cookbook/issues). We are also happy to accept high quality pull requests, as long as they fit the scope of the cookbook.