summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py
diff options
context:
space:
mode:
authorHeiner Lohaus <heiner@lohaus.eu>2023-10-05 05:13:37 +0200
committerHeiner Lohaus <heiner@lohaus.eu>2023-10-05 05:13:37 +0200
commit88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9 (patch)
tree7e6e3b6c179cf1a695f9d80026d544a4fd3c5203 /g4f/Provider/__init__.py
parent~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing` (diff)
downloadgpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.tar
gpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.tar.gz
gpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.tar.bz2
gpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.tar.lz
gpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.tar.xz
gpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.tar.zst
gpt4free-88d2cbff099df00944ed6dfb6c73b1b5e8dfc7f9.zip
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r--g4f/Provider/__init__.py61
1 files changed, 35 insertions, 26 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py
index 72a459c2..f3236474 100644
--- a/g4f/Provider/__init__.py
+++ b/g4f/Provider/__init__.py
@@ -1,34 +1,39 @@
from __future__ import annotations
-from .Acytoo import Acytoo
-from .Aibn import Aibn
-from .Aichat import Aichat
-from .Ails import Ails
-from .AItianhu import AItianhu
-from .AItianhuSpace import AItianhuSpace
-from .Aivvm import Aivvm
-from .Bing import Bing
-from .ChatBase import ChatBase
-from .ChatForAi import ChatForAi
-from .ChatgptAi import ChatgptAi
-from .ChatgptDuo import ChatgptDuo
-from .ChatgptLogin import ChatgptLogin
-from .DeepAi import DeepAi
-from .FreeGpt import FreeGpt
-from .GptGo import GptGo
-from .H2o import H2o
-from .Liaobots import Liaobots
-from .Myshell import Myshell
-from .Phind import Phind
-from .Vercel import Vercel
-from .Vitalentum import Vitalentum
-from .Ylokh import Ylokh
-from .You import You
-from .Yqcloud import Yqcloud
+from .Acytoo import Acytoo
+from .AiAsk import AiAsk
+from .Aibn import Aibn
+from .Aichat import Aichat
+from .Ails import Ails
+from .AItianhu import AItianhu
+from .AItianhuSpace import AItianhuSpace
+from .Aivvm import Aivvm
+from .Bing import Bing
+from .ChatBase import ChatBase
+from .ChatForAi import ChatForAi
+from .Chatgpt4Online import Chatgpt4Online
+from .ChatgptAi import ChatgptAi
+from .ChatgptDemo import ChatgptDemo
+from .ChatgptDuo import ChatgptDuo
+from .ChatgptLogin import ChatgptLogin
+from .ChatgptX import ChatgptX
+from .DeepAi import DeepAi
+from .FreeGpt import FreeGpt
+from .GptGo import GptGo
+from .H2o import H2o
+from .Liaobots import Liaobots
+from .Myshell import Myshell
+from .Phind import Phind
+from .Vercel import Vercel
+from .Vitalentum import Vitalentum
+from .Ylokh import Ylokh
+from .You import You
+from .Yqcloud import Yqcloud
from .base_provider import BaseProvider, AsyncProvider, AsyncGeneratorProvider
from .retry_provider import RetryProvider
from .deprecated import *
from .needs_auth import *
+from .unfinished import *
__all__ = [
'BaseProvider',
@@ -36,6 +41,7 @@ __all__ = [
'AsyncGeneratorProvider',
'RetryProvider',
'Acytoo',
+ 'AiAsk',
'Aibn',
'Aichat',
'Ails',
@@ -47,9 +53,12 @@ __all__ = [
'Bing',
'ChatBase',
'ChatForAi',
+ 'Chatgpt4Online',
'ChatgptAi',
+ 'ChatgptDemo',
'ChatgptDuo',
'ChatgptLogin',
+ 'ChatgptX',
'CodeLinkAva',
'DeepAi',
'DfeHub',
@@ -80,4 +89,4 @@ __all__ = [
'FastGpt',
'Wuguokai',
'V50'
-]
+] \ No newline at end of file