From 23877c2c8840e983dc44ce44d265a8ab914ed73b Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 13 Jun 2023 12:53:43 -0500 Subject: [PATCH 1/2] Rename How_to_call_functions_with_Chat_models.ipynb to How_to_call_functions_with_chat_models.ipynb --- ..._models.ipynb => How_to_call_functions_with_chat_models.ipynb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{How_to_call_functions_with_Chat_models.ipynb => How_to_call_functions_with_chat_models.ipynb} (100%) diff --git a/examples/How_to_call_functions_with_Chat_models.ipynb b/examples/How_to_call_functions_with_chat_models.ipynb similarity index 100% rename from examples/How_to_call_functions_with_Chat_models.ipynb rename to examples/How_to_call_functions_with_chat_models.ipynb From 6e23749006232387a9525cf30fd33b2c2d41edb7 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 13 Jun 2023 12:54:25 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7513bf..2aa354f7 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/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] +- [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]