diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-25 01:38:42 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-25 01:38:42 +0100 |
commit | a73820ab18bc29367e2cbc4c97c86629371adf7a (patch) | |
tree | 6619763f53707cedef54f206751ccc8a74b7a8d5 /g4f/Provider/__init__.py | |
parent | Update get_latest_version for docker (diff) | |
download | gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.gz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.bz2 gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.lz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.xz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.zst gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index ba62a199..114b3d03 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -28,6 +28,7 @@ from .ChatgptX import ChatgptX from .DeepInfra import DeepInfra from .FakeGpt import FakeGpt from .FreeGpt import FreeGpt +from .Gpt6 import Gpt6 from .GPTalk import GPTalk from .GptChatly import GptChatly from .GptForLove import GptForLove |