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

XFEstudio/gpt4free

Fix typo in api_key parameter

29a8b0f9
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Jmuz.py +1 -1
@@ -34,7 +34,7 @@ class Jmuz(OpenaiAPI):
34 34 model: str,
35 35 messages: Messages,
36 36 stream: bool = False,
37 aoi_key: str = None,
37 api_key: str = None,
38 38 api_base: str = None,
39 39 **kwargs
40 40 ) -> AsyncResult: