We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355174d commit cf52db2Copy full SHA for cf52db2
dsp/modules/cohere.py
@@ -6,7 +6,6 @@
6
7
try:
8
import cohere
9
-
10
cohere_api_error = cohere.errors.UnauthorizedError
11
except ImportError:
12
cohere_api_error = Exception
0 commit comments