summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/__init__.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2023-11-17 03:21:50 +0100
committerGitHub <noreply@github.com>2023-11-17 03:21:50 +0100
commitf57fa3a43f4981c17a4e52f662304e51adee0d08 (patch)
treee139fe863cb1551b2713d09ce7d69be2f34e435e /g4f/Provider/needs_auth/__init__.py
parent~ | g4f `v-0.1.8.4` (diff)
parentAdd Poe Provider, Update AItianhuSpace Porvider (diff)
downloadgpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.tar
gpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.tar.gz
gpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.tar.bz2
gpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.tar.lz
gpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.tar.xz
gpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.tar.zst
gpt4free-f57fa3a43f4981c17a4e52f662304e51adee0d08.zip
Diffstat (limited to 'g4f/Provider/needs_auth/__init__.py')
-rw-r--r--g4f/Provider/needs_auth/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/Provider/needs_auth/__init__.py b/g4f/Provider/needs_auth/__init__.py
index 815194c4..4230253e 100644
--- a/g4f/Provider/needs_auth/__init__.py
+++ b/g4f/Provider/needs_auth/__init__.py
@@ -3,4 +3,5 @@ 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
+from .OpenAssistant import OpenAssistant
+from .Poe import Poe \ No newline at end of file