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

XFEstudio/gpt4free

Update (g4f/Provider/nexra/NexraChatGPT.py)

8ad2d43a
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified g4f/Provider/nexra/NexraChatGPT.py +0 -1
@@ -56,7 +56,6 @@ class NexraChatGPT(AbstractProvider, ProviderModelMixin):
56 56 cls,
57 57 model: str,
58 58 messages: Messages,
59 stream: bool,
60 59 **kwargs
61 60 ) -> CreateResult:
62 61 model = cls.get_model(model)