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

XFEstudio/gpt4free

Enable LMArena Beta

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

代码差异

1 个文件 +2 -1
Modified g4f/Provider/needs_auth/LMArenaBeta.py +2 -1
@@ -78,7 +78,8 @@ class LMArenaBeta(AsyncGeneratorProvider, ProviderModelMixin, AuthFileMixin):
78 78 label = "LMArena Beta"
79 79 url = "https://beta.lmarena.ai"
80 80 api_endpoint = "https://beta.lmarena.ai/api/stream/create-evaluation"
81 working = has_nodriver
81 working = True
82 active_by_default = has_nodriver
82 83
83 84 default_model = list(text_models.keys())[0]
84 85 models = list(text_models) + list(image_models)