diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-10 23:04:42 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-10 23:04:42 +0200 |
commit | c9c573a6e6721e84fd29ddbcd1911466db82aad0 (patch) | |
tree | 3e71751cef7efddae37d84ac48122900027dc9b8 /g4f/Provider/__init__.py | |
parent | ~ (diff) | |
download | gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.gz gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.bz2 gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.lz gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.xz gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.tar.zst gpt4free-c9c573a6e6721e84fd29ddbcd1911466db82aad0.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index d256064c..50ac3181 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -16,7 +16,6 @@ from .ChatgptDemo import ChatgptDemo from .ChatgptDuo import ChatgptDuo from .ChatgptX import ChatgptX from .Cromicle import Cromicle -from .DeepAi import DeepAi from .FreeGpt import FreeGpt from .GPTalk import GPTalk from .GptForLove import GptForLove @@ -64,7 +63,6 @@ class ProviderUtils: 'ChatgptX': ChatgptX, 'CodeLinkAva': CodeLinkAva, 'Cromicle': Cromicle, - 'DeepAi': DeepAi, 'DfeHub': DfeHub, 'EasyChat': EasyChat, 'Equing': Equing, @@ -127,7 +125,6 @@ __all__ = [ 'ChatgptX', 'Cromicle', 'CodeLinkAva', - 'DeepAi', 'DfeHub', 'EasyChat', 'Forefront', |