mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Fix unittests
This commit is contained in:
parent
d44b39b31c
commit
a4ca5773bd
4 changed files with 16 additions and 7 deletions
|
|
@ -22,15 +22,15 @@ class RetryNoProviderError(Exception):
|
|||
class VersionNotFoundError(Exception):
|
||||
...
|
||||
|
||||
class NestAsyncioError(Exception):
|
||||
...
|
||||
|
||||
class ModelNotSupportedError(Exception):
|
||||
...
|
||||
|
||||
class MissingRequirementsError(Exception):
|
||||
...
|
||||
|
||||
class NestAsyncioError(MissingRequirementsError):
|
||||
...
|
||||
|
||||
class MissingAuthError(Exception):
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue