summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-23 01:50:44 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-23 01:50:44 +0100
commitec2de56bbde0d31bcc146344d416cbb109c2ffb7 (patch)
treec9a2e00acab7a4d236395f42d6cbafe00fba9b83 /g4f/Provider/__init__.py
parentAdd upload svg image support (diff)
downloadgpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.tar
gpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.tar.gz
gpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.tar.bz2
gpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.tar.lz
gpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.tar.xz
gpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.tar.zst
gpt4free-ec2de56bbde0d31bcc146344d416cbb109c2ffb7.zip
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r--g4f/Provider/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py
index ee8d2c1b..5ac5cfca 100644
--- a/g4f/Provider/__init__.py
+++ b/g4f/Provider/__init__.py
@@ -9,10 +9,11 @@ from .needs_auth import *
from .unfinished import *
from .selenium import *
-from .Aura import Aura
from .AiAsk import AiAsk
from .AiChatOnline import AiChatOnline
from .AItianhu import AItianhu
+from .Aura import Aura
+from .Bestim import Bestim
from .Bing import Bing
from .ChatAnywhere import ChatAnywhere
from .ChatBase import ChatBase
@@ -45,12 +46,12 @@ from .Koala import Koala
from .Liaobots import Liaobots
from .Llama2 import Llama2
from .OnlineGpt import OnlineGpt
+from .PerplexityLabs import PerplexityLabs
from .Phind import Phind
from .Pi import Pi
from .Vercel import Vercel
from .Ylokh import Ylokh
from .You import You
-from .Bestim import Bestim
import sys