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

XFEstudio/gpt4free

Update LMArena.py

Not Found Model error

0634807d
Ammar <ammar.alkotb@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/needs_auth/LMArena.py +1 -1
@@ -642,7 +642,7 @@ class LMArena(AsyncGeneratorProvider, ProviderModelMixin, AuthFileMixin):
642 642
643 643 if not cls._models_loaded:
644 644 cls.get_models()
645 is_image_model = model in image_models
645 is_image_model = model in cls.image_models
646 646 if not model:
647 647 model = cls.default_model
648 648 if model in cls.model_aliases: