返回提交历史
Modified
g4f/Provider/AiChatOnline.py
+0
-2
XFEstudio/gpt4free
refactor(g4f/Provider/AiChatOnline.py): streamline class attributes
80e17bc7
代码差异
1 个文件
+0
-2
@@ -12,10 +12,8 @@ class AiChatOnline(AsyncGeneratorProvider, ProviderModelMixin):
12
12
url = "https://aichatonlineorg.erweima.ai"
13
13
api_endpoint = "/aichatonline/api/chat/gpt"
14
14
working = True
15
supports_gpt_35_turbo = True
16
15
supports_gpt_4 = True
17
16
default_model = 'gpt-4o-mini'
18
supports_message_history = False
19
17
20
18
@classmethod
21
19
async def grab_token(