summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-08-20 05:49:53 +0200
committerGitHub <noreply@github.com>2023-08-20 05:49:53 +0200
commitf55b24a9145d46ed207c120f27212af244223c13 (patch)
tree4ab04db3724741f1bb7688883fbb4dd9e1385f9a /g4f/Provider/__init__.py
parent ~ | Merge pull request #808 (diff)
parentprovider to Provider in testing (diff)
downloadgpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.gz
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.bz2
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.lz
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.xz
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.zst
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.zip
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r--g4f/Provider/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py
index 81d1ad64..e27dee5d 100644
--- a/g4f/Provider/__init__.py
+++ b/g4f/Provider/__init__.py
@@ -25,6 +25,7 @@ from .You import You
from .Yqcloud import Yqcloud
from .Equing import Equing
from .FastGpt import FastGpt
+from .V50 import V50
__all__ = [
"BaseProvider",
@@ -53,5 +54,6 @@ __all__ = [
"You",
"Yqcloud",
"Equing",
- "FastGpt"
+ "FastGpt",
+ "V50"
]