Skip to content

Commit

Permalink
Update cohere.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbmiller committed Apr 25, 2024
1 parent 355174d commit cf52db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dsp/modules/cohere.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

try:
import cohere

cohere_api_error = cohere.errors.UnauthorizedError
except ImportError:
cohere_api_error = Exception
Expand Down

0 comments on commit cf52db2

Please sign in to comment.