summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-03-16 22:45:07 +0100
committerGitHub <noreply@github.com>2024-03-16 22:45:07 +0100
commiteb7f89259bddd6d57594ecdf584fcf58305ed2a7 (patch)
tree5b1a861dd7d69267a480677473cf0950e2a68514
parentMerge pull request #1712 from exfly/be-feat-arm (diff)
downloadgpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.tar
gpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.tar.gz
gpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.tar.bz2
gpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.tar.lz
gpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.tar.xz
gpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.tar.zst
gpt4free-eb7f89259bddd6d57594ecdf584fcf58305ed2a7.zip
-rw-r--r--g4f/Provider/GigaChat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/GigaChat.py b/g4f/Provider/GigaChat.py
index c1ec7f5e..8ba07b43 100644
--- a/g4f/Provider/GigaChat.py
+++ b/g4f/Provider/GigaChat.py
@@ -35,7 +35,7 @@ class GigaChat(AsyncGeneratorProvider, ProviderModelMixin):
stream: bool = True,
proxy: str = None,
api_key: str = None,
- coonector: BaseConnector = None,
+ connector: BaseConnector = None,
scope: str = "GIGACHAT_API_PERS",
update_interval: float = 0,
**kwargs