Skip to content

Commit

Permalink
[Fix] error module for deepseek
Browse files Browse the repository at this point in the history
  • Loading branch information
Daggx committed Jan 29, 2025
1 parent 06cd00b commit 29308de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions edenai_apis/apis/deepseek/errors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from edenai_apis.utils.exception import (
ProviderErrorLists,
)

# NOTE: error messages should be regex patterns
ERRORS: ProviderErrorLists = {}

0 comments on commit 29308de

Please sign in to comment.