diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-01-22 04:33:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 04:33:19 +0100 |
commit | efbcc04d8ac45f5acf1e394d9445ad8569a0a127 (patch) | |
tree | fe9d386a04a280c8aaeec2faaa05819058801d12 /g4f/Provider/__init__.py | |
parent | ~ | to do list | survey: https://forms.gle/FhtGtUorygyJn7i48 (diff) | |
parent | Improve CreateImagesBing (diff) | |
download | gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.tar gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.tar.gz gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.tar.bz2 gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.tar.lz gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.tar.xz gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.tar.zst gpt4free-efbcc04d8ac45f5acf1e394d9445ad8569a0a127.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 7a3dbb76..ee8d2c1b 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -11,11 +11,8 @@ from .selenium import * from .Aura import Aura from .AiAsk import AiAsk -from .Aichat import Aichat from .AiChatOnline import AiChatOnline from .AItianhu import AItianhu -from .AItianhuSpace import AItianhuSpace -from .Berlin import Berlin from .Bing import Bing from .ChatAnywhere import ChatAnywhere from .ChatBase import ChatBase @@ -43,20 +40,16 @@ from .GptGo import GptGo from .GptGod import GptGod from .GptTalkRu import GptTalkRu from .Hashnode import Hashnode +from .HuggingChat import HuggingChat from .Koala import Koala from .Liaobots import Liaobots from .Llama2 import Llama2 -from .MyShell import MyShell from .OnlineGpt import OnlineGpt -from .Opchatgpts import Opchatgpts -from .PerplexityAi import PerplexityAi from .Phind import Phind from .Pi import Pi -from .TalkAi import TalkAi from .Vercel import Vercel from .Ylokh import Ylokh from .You import You -from .Yqcloud import Yqcloud from .Bestim import Bestim import sys |