From 8b63e68ef0d7a1741bbb74b753378927e0b18509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3n=20Posada=20Fishman?= Date: Fri, 16 Jun 2023 18:21:01 -0700 Subject: [PATCH] fix link to search notebook (#524) link had an extra `ipynb` appended to the end --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6efe73e..8e6d82cf 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 🆕 ✨ -- [Question answering using a search API and re-ranking](https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_a_search_API.ipynb.ipynb) [June 16th, 2023] +- [Question answering using a search API and re-ranking](https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_a_search_API.ipynb) [June 16th, 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]