XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

feat(g4f/Provider/__init__.py): add new providers and update imports

2bbeff60
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +7 -1
Modified g4f/Provider/__init__.py +7 -1
@@ -9,9 +9,13 @@ from .deprecated import *
9 9 from .selenium import *
10 10 from .needs_auth import *
11 11
12 from .nexra import *
13
12 14 from .AI365VIP import AI365VIP
13 15 from .AIChatFree import AIChatFree
16 from .AIUncensored import AIUncensored
14 17 from .Allyfy import Allyfy
18 from .AmigoChat import AmigoChat
15 19 from .AiChatOnline import AiChatOnline
16 20 from .AiChats import AiChats
17 21 from .Airforce import Airforce
@@ -27,6 +31,9 @@ from .Chatgpt4o import Chatgpt4o
27 31 from .ChatGptEs import ChatGptEs
28 32 from .ChatgptFree import ChatgptFree
29 33 from .ChatHub import ChatHub
34 from .ChatifyAI import ChatifyAI
35 from .Cloudflare import Cloudflare
36 from .DarkAI import DarkAI
30 37 from .DDG import DDG
31 38 from .DeepInfra import DeepInfra
32 39 from .DeepInfraChat import DeepInfraChat
@@ -48,7 +55,6 @@ from .Local import Local
48 55 from .MagickPen import MagickPen
49 56 from .MetaAI import MetaAI
50 57 #from .MetaAIAccount import MetaAIAccount
51 from .Nexra import Nexra
52 58 from .Ollama import Ollama
53 59 from .PerplexityLabs import PerplexityLabs
54 60 from .Pi import Pi