From 0635036c5602e19bebf671d73475fc767ca2a96e Mon Sep 17 00:00:00 2001 From: Jay Alammar Date: Mon, 16 Sep 2024 08:09:46 -0400 Subject: [PATCH] Update Chapter 8 - Semantic Search.ipynb --- chapter08/Chapter 8 - Semantic Search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/Chapter 8 - Semantic Search.ipynb b/chapter08/Chapter 8 - Semantic Search.ipynb index 7220536..d449d9d 100644 --- a/chapter08/Chapter 8 - Semantic Search.ipynb +++ b/chapter08/Chapter 8 - Semantic Search.ipynb @@ -53,7 +53,7 @@ "import cohere\n", "\n", "# Paste your API key here. Remember to not share publicly\n", - "api_key = 'ciYx3NAkX7pIwRb0EpLgwWi2A5loXVeBb5kTeCLv'\n", + "api_key = ''\n", "\n", "# Create and retrieve a Cohere API key from os.cohere.ai\n", "co = cohere.Client(api_key)"