summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/__init__.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-05-16 20:06:57 +0200
committerGitHub <noreply@github.com>2024-05-16 20:06:57 +0200
commit0332c0c0dd01dd71aabca62f007ad9e8809ee48f (patch)
treef9a4170ef8c5b0358bc4cf7189f997e3098ee0f3 /g4f/Provider/needs_auth/__init__.py
parentUpdate README.md (diff)
parentAdd needs auth to provierds, Add PerplexityApi provider (diff)
downloadgpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.tar
gpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.tar.gz
gpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.tar.bz2
gpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.tar.lz
gpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.tar.xz
gpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.tar.zst
gpt4free-0332c0c0dd01dd71aabca62f007ad9e8809ee48f.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 805d9fca..b5463b71 100644
--- a/g4f/Provider/needs_auth/__init__.py
+++ b/g4f/Provider/needs_auth/__init__.py
@@ -7,4 +7,5 @@ from .Poe import Poe
from .Openai import Openai
from .Groq import Groq
from .OpenRouter import OpenRouter
-from .OpenaiAccount import OpenaiAccount \ No newline at end of file
+from .OpenaiAccount import OpenaiAccount
+from .PerplexityApi import PerplexityApi \ No newline at end of file