返回提交历史
Modified
g4f/Provider/needs_auth/LMArenaBeta.py
+1
-1
XFEstudio/gpt4free
Update LMArena provider
a0802b5c
代码差异
1 个文件
+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]