Skip to content

Commit bd18293

Browse files
committed
Downgrade yandex-cloud-ml-sdk to 0.12.0 since strict isn't supported by yandexgpt/latest
I have no idea what "Strict field for FC in completions" means but it isn't supported by `yandexgpt/latest`. Strict field PR: yandex-cloud/yandex-ai-studio-sdk#121
1 parent dace1ce commit bd18293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/yandexgpt_conversation/sdk_workaround.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The history of "we don't give a 💩":
1414
# https://github.com/yandex-cloud/python-sdk/issues?q=is%3Aissue%20dependencies%20OR%20requirements%20OR%20constraints
1515
REQUIRED_PACKAGES = [
16-
"yandex-cloud-ml-sdk==0.13.1",
16+
"yandex-cloud-ml-sdk==0.12.0",
1717
"yandexcloud==0.353.0"
1818
]
1919

0 commit comments

Comments
 (0)