diff options
author | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
---|---|---|
committer | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
commit | 6f999d5151c39b614c2872f428e8f61bf3042ccc (patch) | |
tree | 60a3378a89f70bccd35cae14e6b236ccd4422f85 /g4f/Provider/__init__.py | |
parent | refactor V50 and Raycast (diff) | |
parent | ~ | Merge pull request #812 (diff) | |
download | gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.gz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.bz2 gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.lz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.xz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.zst gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index c8684d86..e27dee5d 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -23,6 +23,8 @@ from .Vercel import Vercel from .Wewordle import Wewordle from .You import You from .Yqcloud import Yqcloud +from .Equing import Equing +from .FastGpt import FastGpt from .V50 import V50 __all__ = [ @@ -51,5 +53,7 @@ __all__ = [ "Wewordle", "You", "Yqcloud", - "V50", + "Equing", + "FastGpt", + "V50" ] |