summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/Provider/__init__.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py
index f3236474..7609744e 100644
--- a/g4f/Provider/__init__.py
+++ b/g4f/Provider/__init__.py
@@ -6,7 +6,6 @@ from .Aichat import Aichat
from .Ails import Ails
from .AItianhu import AItianhu
from .AItianhuSpace import AItianhuSpace
-from .Aivvm import Aivvm
from .Bing import Bing
from .ChatBase import ChatBase
from .ChatForAi import ChatForAi
@@ -14,11 +13,13 @@ from .Chatgpt4Online import Chatgpt4Online
from .ChatgptAi import ChatgptAi
from .ChatgptDemo import ChatgptDemo
from .ChatgptDuo import ChatgptDuo
-from .ChatgptLogin import ChatgptLogin
from .ChatgptX import ChatgptX
from .DeepAi import DeepAi
from .FreeGpt import FreeGpt
+from .GPTalk import GPTalk
+from .GptForLove import GptForLove
from .GptGo import GptGo
+from .GptGod import GptGod
from .H2o import H2o
from .Liaobots import Liaobots
from .Myshell import Myshell
@@ -65,8 +66,11 @@ __all__ = [
'EasyChat',
'Forefront',
'FreeGpt',
+ 'GPTalk',
+ 'GptForLove',
'GetGpt',
'GptGo',
+ 'GptGod',
'H2o',
'HuggingChat',
'Liaobots',