diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-07 09:02:48 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-07 09:02:48 +0200 |
commit | 4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6 (patch) | |
tree | 78c7dbfda4469a074434583bb1fe1dee36cc7e18 /g4f/Provider/__init__.py | |
parent | Add GPTalk and GptForLove Provider (diff) | |
download | gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.gz gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.bz2 gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.lz gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.xz gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.zst gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 6a41f637..697f6185 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -14,13 +14,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 @@ -71,6 +71,7 @@ __all__ = [ 'GptForLove', 'GetGpt', 'GptGo', + 'GptGod', 'H2o', 'HuggingChat', 'Liaobots', |