diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-11-17 03:21:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 03:21:50 +0100 |
commit | f57fa3a43f4981c17a4e52f662304e51adee0d08 (patch) | |
tree | e139fe863cb1551b2713d09ce7d69be2f34e435e /g4f/Provider/needs_auth/__init__.py | |
parent | ~ | g4f `v-0.1.8.4` (diff) | |
parent | Add Poe Provider, Update AItianhuSpace Porvider (diff) | |
download | gpt4free-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__.py | 3 |
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 |