From 91feb34054f529c37e10d98d2471c8c0c6780147 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Tue, 23 Jan 2024 19:44:48 +0100 Subject: Add ProviderModelMixin for model selection --- g4f/errors.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'g4f/errors.py') 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 -- cgit v1.2.3