diff options
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py new file mode 100644 index 00000000..269fa17e --- /dev/null +++ b/g4f/Provider/__init__.py @@ -0,0 +1,20 @@ +from . import Provider +from .Providers import ( + Ails, + You, + Bing, + Yqcloud, + Theb, + Aichat, + Bard, + Vercel, + Forefront, + Lockchat, + Liaobots, + H2o, + ChatgptLogin, + DeepAi, + GetGpt +) + +Palm = Bard |