返回提交历史
Modified
g4f/Provider/needs_auth/LMArenaBeta.py
+2
-1
XFEstudio/gpt4free
Enable LMArena Beta
f58d3d3c
代码差异
1 个文件
+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)