diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:36:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-14 15:36:47 +0200 |
commit | 8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5 (patch) | |
tree | 5f205c79c060098f056a9e1460b872696de5871c /g4f/Provider/__init__.py | |
parent | Merge branch 'main' of https://github.com/xtekky/gpt4free (diff) | |
parent | Fix Opchatgpts and ChatForAi Provider (diff) | |
download | gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.gz gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.bz2 gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.lz gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.xz gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.zst gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 4437f563..26f523c7 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -4,11 +4,11 @@ from .AiAsk import AiAsk from .Aibn import Aibn from .Aichat import Aichat from .Ails import Ails -from .Aivvm import Aivvm from .AItianhu import AItianhu from .AItianhuSpace import AItianhuSpace from .Bing import Bing from .ChatBase import ChatBase +from .ChatForAi import ChatForAi from .Chatgpt4Online import Chatgpt4Online from .ChatgptAi import ChatgptAi from .ChatgptDemo import ChatgptDemo @@ -26,9 +26,9 @@ from .GptGod import GptGod from .H2o import H2o from .Liaobots import Liaobots from .Myshell import Myshell +from .Opchatgpts import Opchatgpts from .Phind import Phind from .Vercel import Vercel -from .Vitalentum import Vitalentum from .Ylokh import Ylokh from .You import You from .Yqcloud import Yqcloud |