From 6ee798f90bc216cb11263c00a6f51807e4cb0128 Mon Sep 17 00:00:00 2001 From: Ted Sanders Date: Mon, 22 May 2023 21:44:01 -0700 Subject: [PATCH] updates recently added section with link to new resources --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27f2e893..6962263b 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added/updated 🆕 ✨ -- [Embeddings playground (streamlit app)](apps/embeddings-playground/README.md) [May 19th, 2023] +- [Related resources from around the web](https://github.com/openai/openai-cookbook#related-resources-from-around-the-web) [May 22, 2023] +- [Embeddings playground (streamlit app)](apps/embeddings-playground/README.md) [May 19, 2023] - [How to use a multi-step prompt to write unit tests](examples/Unit_test_writing_using_a_multi-step_prompt.ipynb) [May 19, 2023] -- [How to create dynamic masks with DALL·E and Segment Anything](examples/dalle/How_to_create_dynamic_masks_with_DALL-E_and_Segment_Anything.ipynb) [May 19th, 2023] -- [Question answering using embeddings](examples/Question_answering_using_embeddings.ipynb) [Apr 14th, 2023] +- [How to create dynamic masks with DALL·E and Segment Anything](examples/dalle/How_to_create_dynamic_masks_with_DALL-E_and_Segment_Anything.ipynb) [May 19, 2023] +- [Question answering using embeddings](examples/Question_answering_using_embeddings.ipynb) [Apr 14, 2023] ## Guides & examples