diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-09-18 03:21:12 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-09-18 03:21:12 +0200 |
commit | e8d7bcd0458b508fd56643c1efd0a294173ea26b (patch) | |
tree | 6e1ab7be931c2c5cf6474aab9204df2b5eca47c0 /g4f/Provider/__init__.py | |
parent | ~ (diff) | |
download | gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.tar gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.tar.gz gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.tar.bz2 gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.tar.lz gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.tar.xz gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.tar.zst gpt4free-e8d7bcd0458b508fd56643c1efd0a294173ea26b.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 2a3d820e..c36782b4 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -16,6 +16,7 @@ from .DfeHub import DfeHub from .EasyChat import EasyChat from .Forefront import Forefront from .GetGpt import GetGpt +from .GptGo import GptGo from .H2o import H2o from .HuggingChat import HuggingChat from .Liaobots import Liaobots @@ -57,6 +58,7 @@ __all__ = [ 'EasyChat', 'Forefront', 'GetGpt', + 'GptGo', 'H2o', 'HuggingChat', 'Liaobots', |