diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-22 14:22:33 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-22 14:22:33 +0200 |
commit | 63cda8d779f9aaccbdac7cea39f496eca44a96ad (patch) | |
tree | ac5c86980c7386af9473975e4c0fa70edd4caefb /g4f/Provider/__init__.py | |
parent | Enable Liaobots and ChatForAi again (diff) | |
download | gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.tar gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.tar.gz gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.tar.bz2 gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.tar.lz gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.tar.xz gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.tar.zst gpt4free-63cda8d779f9aaccbdac7cea39f496eca44a96ad.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 97351120..653b6026 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -24,6 +24,7 @@ from .GptChatly import GptChatly from .GptForLove import GptForLove from .GptGo import GptGo from .GptGod import GptGod +from .Hashnode import Hashnode from .Liaobots import Liaobots from .Llama2 import Llama2 from .MyShell import MyShell @@ -82,6 +83,7 @@ class ProviderUtils: 'GptForLove': GptForLove, 'GptGo': GptGo, 'GptGod': GptGod, + 'Hashnode': Hashnode, 'H2o': H2o, 'HuggingChat': HuggingChat, 'Komo': Komo, @@ -154,6 +156,7 @@ __all__ = [ 'GetGpt', 'GptGo', 'GptGod', + 'Hashnode', 'H2o', 'HuggingChat', 'Liaobots', |