diff options
Diffstat (limited to 'g4f/errors.py')
-rw-r--r-- | g4f/errors.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/errors.py b/g4f/errors.py index c0e6ddfc..ddfe74db 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -26,4 +26,7 @@ class VersionNotFoundError(Exception): pass class NestAsyncioError(Exception): + pass + +class ModelNotSupportedError(Exception): pass
\ No newline at end of file |