cohere-python
cohere-python copied to clipboard
client.py is missing its CohereConnectionError import
Line 13 should be:
from cohere.error import CohereAPIError, CohereConnectionError, CohereError