返回提交历史
Modified
g4f/Provider/__init__.py
+0
-1
Renamed
g4f/Provider/not_working/AI365VIP.py
+3
-3
Modified
g4f/Provider/not_working/__init__.py
+1
-0
XFEstudio/gpt4free
Update (g4f/Provider/AI365VIP.py g4f/Provider/__init__.py g4f/Provider/not_working/)
1041e4d9
代码差异
3 个文件
+4
-4
@@ -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
@@ -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):
@@ -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