diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-06 03:10:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 03:10:36 +0200 |
commit | 9d23ada968d7732317c8d851ba0c5f1295706f4c (patch) | |
tree | 60beaccf6b583663d75f9381cfc0395e4b1d3be6 /g4f/Provider/needs_auth/__init__.py | |
parent | Merge pull request #1789 from hlohaus/free (diff) | |
parent | Fix unittests (diff) | |
download | gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.gz gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.bz2 gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.lz gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.xz gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.zst gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.zip |
Diffstat (limited to 'g4f/Provider/needs_auth/__init__.py')
-rw-r--r-- | g4f/Provider/needs_auth/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g4f/Provider/needs_auth/__init__.py b/g4f/Provider/needs_auth/__init__.py index 5eb1b2eb..92fa165b 100644 --- a/g4f/Provider/needs_auth/__init__.py +++ b/g4f/Provider/needs_auth/__init__.py @@ -4,4 +4,6 @@ from .Theb import Theb from .ThebApi import ThebApi from .OpenaiChat import OpenaiChat from .OpenAssistant import OpenAssistant -from .Poe import Poe
\ No newline at end of file +from .Poe import Poe +from .Openai import Openai +from .Groq import Groq
\ No newline at end of file |