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