From b8086645bd3b76f6b9b18ffd96f7a6344dbd670d Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 13 Jun 2023 12:13:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc99580..eb7513bf 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added/updated 🆕 ✨ +- [How to call functions with Chat models](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_Chat_models.ipynb) [June 13th, 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 19, 2023] -- [Question answering using embeddings](examples/Question_answering_using_embeddings.ipynb) [Apr 14, 2023] ## Guides & examples