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

XFEstudio/gpt4free

Update LMArena provider

a0802b5c
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/needs_auth/LMArenaBeta.py +1 -1
@@ -124,7 +124,7 @@ class LMArenaBeta(AsyncGeneratorProvider, ProviderModelMixin, AuthFileMixin):
124 124 url = "https://lmarena.ai"
125 125 fallback_url = None
126 126 api_endpoint = "https://lmarena.ai/api/stream/create-evaluation"
127 working = has_nodriver
127 working = True
128 128 active_by_default = True
129 129
130 130 default_model = list(text_models.keys())[0]