Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmer1 committed Jan 30, 2024
1 parent 98f0be1 commit caa2c5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/RAG_Chatbot_with_Chat_Embed_Rerank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@
"from unstructured.partition.html import partition_html\n",
"from unstructured.chunking.title import chunk_by_title\n",
"\n",
"# co = cohere.Client(\"COHERE_API_KEY\")\n",
"import os\n",
"co = cohere.Client(os.getenv(\"COHERE_API_KEY\"))"
"co = cohere.Client(\"COHERE_API_KEY\")"
]
},
{
Expand Down

0 comments on commit caa2c5c

Please sign in to comment.