Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit caa2c5c

Browse files
committed
update client
1 parent 98f0be1 commit caa2c5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/RAG_Chatbot_with_Chat_Embed_Rerank.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@
8181
"from unstructured.partition.html import partition_html\n",
8282
"from unstructured.chunking.title import chunk_by_title\n",
8383
"\n",
84-
"# co = cohere.Client(\"COHERE_API_KEY\")\n",
85-
"import os\n",
86-
"co = cohere.Client(os.getenv(\"COHERE_API_KEY\"))"
84+
"co = cohere.Client(\"COHERE_API_KEY\")"
8785
]
8886
},
8987
{

0 commit comments

Comments
 (0)