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

XFEstudio/gpt4free

refactor(g4f/Provider/AiChatOnline.py): streamline class attributes

80e17bc7
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -2
Modified g4f/Provider/AiChatOnline.py +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(