cohere-python icon indicating copy to clipboard operation
cohere-python copied to clipboard

client.py is missing its CohereConnectionError import

Open dbabbitt opened this issue 2 years ago • 0 comments

Line 13 should be:

from cohere.error import CohereAPIError, CohereConnectionError, CohereError

dbabbitt avatar Apr 09 '23 01:04 dbabbitt