Ensuring API_KEY Security in Google Colab Notebooks
In the Cohere Google Colab notebook, you will notice that the API key is hardcoded.
# Setup the Cohere client
api_key = 'api_key' # Paste your API key here. Remember to not share it publicly
co = cohere.Client(api_key)
When I saved this on GitHub, I...
curiousmind.hashnode.dev1 min read