From 3e650f891a094481d19e2a2d7f45e0c08f6efa5f Mon Sep 17 00:00:00 2001
From: Siraj R Aizlewood <siraj@aurelio.ai>
Date: Mon, 5 Feb 2024 15:42:34 +0400
Subject: [PATCH] Removing API Key (Now Revoked)

---
 docs/07-route-conversations-by-topic.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/07-route-conversations-by-topic.ipynb b/docs/07-route-conversations-by-topic.ipynb
index fca110c7..89b4a174 100644
--- a/docs/07-route-conversations-by-topic.ipynb
+++ b/docs/07-route-conversations-by-topic.ipynb
@@ -96,7 +96,7 @@
     "\n",
     "cohere_encoder = CohereEncoder(\n",
     "    name=\"embed-english-v3.0\", \n",
-    "    cohere_api_key='UAeHalpFY5WNc5eL1v9a3ARRFA3VBYZspJcXwvk4',\n",
+    "    cohere_api_key='',\n",
     "    input_type=\"search_document\",\n",
     "    )"
    ]
-- 
GitLab