Skip to content

Commit

Permalink
remove leaked api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zsimjee committed Nov 21, 2023
1 parent 40a8c5d commit 156d7e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/examples/provenance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,8 @@
"from typing import List, Union\n",
"import os\n",
"\n",
"\n",
"os.environ[\"COHERE_API_KEY\"] = 'KYTFbCU87pWGMCJwF3hbrunvWVjkBRg0uXGsPNtn'\n",
"api_key = os.environ[\"COHERE_API_KEY\"]\n",
"\n",
"os.environ[\"OPENAI_API_KEY\"] = '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'\n",
"\n",
"# Create a cohere client\n",
"cohere_client = cohere.Client(api_key=api_key)\n",
"\n",
Expand Down

0 comments on commit 156d7e1

Please sign in to comment.