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

XFEstudio/gpt4free

Update GigaChat.py

eb7f8925
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/GigaChat.py +1 -1
@@ -35,7 +35,7 @@ class GigaChat(AsyncGeneratorProvider, ProviderModelMixin):
35 35 stream: bool = True,
36 36 proxy: str = None,
37 37 api_key: str = None,
38 coonector: BaseConnector = None,
38 connector: BaseConnector = None,
39 39 scope: str = "GIGACHAT_API_PERS",
40 40 update_interval: float = 0,
41 41 **kwargs