Update Chapter 8 - Semantic Search.ipynb

This commit is contained in:
Jay Alammar
2024-09-16 08:09:46 -04:00
committed by GitHub
parent 4590490c09
commit 0635036c56

View File

@@ -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)"