diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-11 08:32:22 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-11 08:32:22 +0200 |
commit | 2bbeff60d13ad8951e26bbcc560e8d480932b88f (patch) | |
tree | 1b5d57924c4fba3ca42a12182d13825c1dd3c2a9 /g4f/Provider | |
parent | feat(g4f/models.py): add new providers and models, enhance existing configurations (diff) | |
download | gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.tar gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.tar.gz gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.tar.bz2 gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.tar.lz gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.tar.xz gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.tar.zst gpt4free-2bbeff60d13ad8951e26bbcc560e8d480932b88f.zip |
Diffstat (limited to 'g4f/Provider')
-rw-r--r-- | g4f/Provider/__init__.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index c2b21481..73a17e10 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -9,9 +9,13 @@ from .deprecated import * from .selenium import * from .needs_auth import * +from .nexra import * + from .AI365VIP import AI365VIP from .AIChatFree import AIChatFree +from .AIUncensored import AIUncensored from .Allyfy import Allyfy +from .AmigoChat import AmigoChat from .AiChatOnline import AiChatOnline from .AiChats import AiChats from .Airforce import Airforce @@ -27,6 +31,9 @@ from .Chatgpt4o import Chatgpt4o from .ChatGptEs import ChatGptEs from .ChatgptFree import ChatgptFree from .ChatHub import ChatHub +from .ChatifyAI import ChatifyAI +from .Cloudflare import Cloudflare +from .DarkAI import DarkAI from .DDG import DDG from .DeepInfra import DeepInfra from .DeepInfraChat import DeepInfraChat @@ -48,7 +55,6 @@ from .Local import Local from .MagickPen import MagickPen from .MetaAI import MetaAI #from .MetaAIAccount import MetaAIAccount -from .Nexra import Nexra from .Ollama import Ollama from .PerplexityLabs import PerplexityLabs from .Pi import Pi |