From 0943b149bc86a32c991b443c83b9c2d46d879d00 Mon Sep 17 00:00:00 2001 From: Ted Sanders <95656834+ted-at-openai@users.noreply.github.com> Date: Fri, 19 May 2023 16:38:14 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6a56c..919366e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added or updated 🆕 ✨ -- [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, 2021] +- [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] - [Using vector databases for embeddings search](examples/vector_databases/) [various dates] - [Powering your products with ChatGPT and your own data](apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb) [Mar 10th, 2023]