From 894ddc3a3632faa8826ae5038f682e57633ed3e7 Mon Sep 17 00:00:00 2001 From: vasnt <117589240+vasnt@users.noreply.github.com> Date: Sat, 21 Jan 2023 21:00:56 +0530 Subject: [PATCH] Shifted API Key comment at relevant place --- notebooks/Basic_Semantic_Search.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/Basic_Semantic_Search.ipynb b/notebooks/Basic_Semantic_Search.ipynb index e29fe3aa..e16111e2 100644 --- a/notebooks/Basic_Semantic_Search.ipynb +++ b/notebooks/Basic_Semantic_Search.ipynb @@ -44,7 +44,7 @@ "id": "5qXUv-UqvWcw" }, "source": [ - "Get your Cohere API key by [signing up here](https://os.cohere.ai/register). Paste it in the cell below." + " " ] }, { @@ -76,7 +76,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You'll need your API key for this next cell. [Sign up to Cohere](https://os.cohere.ai/) and get one if you haven't yet." + "You'll need your API key for this next cell. Get your Cohere API key by [signing up here](https://os.cohere.ai/register) and get one if you haven't yet. Paste it in the cell below." ] }, { @@ -3291,4 +3291,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}