diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-07 04:03:36 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-07 04:03:36 +0200 |
commit | 1238d9a63839165567511cc88e49b246c453cc47 (patch) | |
tree | 39e2d809e74e2639eb4b985b3008c161173a7df4 /g4f/Provider/__init__.py | |
parent | ~ | g4f `v-0.1.5.4` [new gui & interference] (diff) | |
download | gpt4free-1238d9a63839165567511cc88e49b246c453cc47.tar gpt4free-1238d9a63839165567511cc88e49b246c453cc47.tar.gz gpt4free-1238d9a63839165567511cc88e49b246c453cc47.tar.bz2 gpt4free-1238d9a63839165567511cc88e49b246c453cc47.tar.lz gpt4free-1238d9a63839165567511cc88e49b246c453cc47.tar.xz gpt4free-1238d9a63839165567511cc88e49b246c453cc47.tar.zst gpt4free-1238d9a63839165567511cc88e49b246c453cc47.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index f3236474..6a41f637 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -18,6 +18,8 @@ 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 .H2o import H2o from .Liaobots import Liaobots @@ -65,6 +67,8 @@ __all__ = [ 'EasyChat', 'Forefront', 'FreeGpt', + 'GPTalk', + 'GptForLove', 'GetGpt', 'GptGo', 'H2o', |