From c99868eb1afae946ad96eda6fa94a6e468bbd6fa Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 14 Feb 2023 10:37:31 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0887286..e8fdab35 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added 🆕 ✨ -Below are new notebooks or scripts that are new to the cookbook or have recently gone through large updates: +Below are new notebooks or scripts that are new to the Cookbook or have recently gone through large updates: - [Retrieval Enhanced Generative Question Answering with Pinecone](https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/pinecone/Gen_QA.ipynb) [Feb 8th, 2023] - [Website Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-q-and-a) [Feb 11th, 2023]