summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/__init__.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-04 10:40:18 +0200
committerGitHub <noreply@github.com>2023-10-04 10:40:18 +0200
commit6eb3fa3e5fa5675363dc09209cf77fba0542a506 (patch)
tree0ca69953cbf4820667500a195c8f97c5da75c88e /g4f/Provider/needs_auth/__init__.py
parent ~ | g4f v-0.1.4.6 `pip install -U g4f` (diff)
parentSort providers in new dirs (diff)
downloadgpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.tar
gpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.tar.gz
gpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.tar.bz2
gpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.tar.lz
gpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.tar.xz
gpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.tar.zst
gpt4free-6eb3fa3e5fa5675363dc09209cf77fba0542a506.zip
Diffstat (limited to 'g4f/Provider/needs_auth/__init__.py')
-rw-r--r--g4f/Provider/needs_auth/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/__init__.py b/g4f/Provider/needs_auth/__init__.py
new file mode 100644
index 00000000..815194c4
--- /dev/null
+++ b/g4f/Provider/needs_auth/__init__.py
@@ -0,0 +1,6 @@
+from .Bard import Bard
+from .Raycast import Raycast
+from .Theb import Theb
+from .HuggingChat import HuggingChat
+from .OpenaiChat import OpenaiChat
+from .OpenAssistant import OpenAssistant \ No newline at end of file