diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-12-10 23:44:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 23:44:23 +0100 |
commit | 928ccf24205d941e0a075ac732a84096313d1847 (patch) | |
tree | ffe623f59ae251bdd2c55ba0d38ab874ded75b06 /g4f/Provider/__init__.py | |
parent | Added a new provider voigpt.com (#1328) (diff) | |
parent | Remove needs_auth, add proxy support in VoiGpt (diff) | |
download | gpt4free-928ccf24205d941e0a075ac732a84096313d1847.tar gpt4free-928ccf24205d941e0a075ac732a84096313d1847.tar.gz gpt4free-928ccf24205d941e0a075ac732a84096313d1847.tar.bz2 gpt4free-928ccf24205d941e0a075ac732a84096313d1847.tar.lz gpt4free-928ccf24205d941e0a075ac732a84096313d1847.tar.xz gpt4free-928ccf24205d941e0a075ac732a84096313d1847.tar.zst gpt4free-928ccf24205d941e0a075ac732a84096313d1847.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index efc94613..6ae3db7c 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -47,6 +47,7 @@ from .Phind import Phind from .Pi import Pi from .TalkAi import TalkAi from .Vercel import Vercel +from .VoiGpt import VoiGpt from .Ylokh import Ylokh from .You import You from .Yqcloud import Yqcloud |