diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 9703983a..19212836 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -31,6 +31,8 @@ from .Chatxyz import Chatxyz from .DeepInfra import DeepInfra from .FakeGpt import FakeGpt from .FreeGpt import FreeGpt +from .GeekGpt import GeekGpt +from .GeminiProChat import GeminiProChat from .Gpt6 import Gpt6 from .GPTalk import GPTalk from .GptChatly import GptChatly @@ -53,7 +55,6 @@ from .Vercel import Vercel from .Ylokh import Ylokh from .You import You from .Yqcloud import Yqcloud -from .GeekGpt import GeekGpt from .Bestim import Bestim import sys |