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

XFEstudio/gpt4free

Update (g4f/Provider/AI365VIP.py g4f/Provider/__init__.py g4f/Provider/not_working/)

1041e4d9
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

3 个文件 +4 -4
Modified g4f/Provider/__init__.py +0 -1
@@ -11,7 +11,6 @@ from .needs_auth import *
11 11 from .not_working import *
12 12 from .local import *
13 13
14 from .AI365VIP import AI365VIP
15 14 from .AIChatFree import AIChatFree
16 15 from .AIUncensored import AIUncensored
17 16 from .Allyfy import Allyfy
Renamed g4f/Provider/not_working/AI365VIP.py +3 -3
@@ -2,9 +2,9 @@ from __future__ import annotations
2 2
3 3 from aiohttp import ClientSession
4 4
5 from ..typing import AsyncResult, Messages
6 from .base_provider import AsyncGeneratorProvider, ProviderModelMixin
7 from .helper import format_prompt
5 from ...typing import AsyncResult, Messages
6 from ..base_provider import AsyncGeneratorProvider, ProviderModelMixin
7 from ..helper import format_prompt
8 8
9 9
10 10 class AI365VIP(AsyncGeneratorProvider, ProviderModelMixin):
Modified g4f/Provider/not_working/__init__.py +1 -0
@@ -1,4 +1,5 @@
1 1 from .Ai4Chat import Ai4Chat
2 from .AI365VIP import AI365VIP
2 3 from .AiChatOnline import AiChatOnline
3 4 from .AiChats import AiChats
4 5 from .AmigoChat import AmigoChat