summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/errors.py')
-rw-r--r--g4f/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/errors.py b/g4f/errors.py
index b554aead..b874435a 100644
--- a/g4f/errors.py
+++ b/g4f/errors.py
@@ -13,7 +13,7 @@ class AuthenticationRequiredError(Exception):
class ModelNotFoundError(Exception):
pass
-class ModelNotAllowed(Exception):
+class ModelNotAllowedError(Exception):
pass
class RetryProviderError(Exception):