completion_with_retry#
- langchain_community.chat_models.yandex.completion_with_retry(llm: ChatYandexGPT, **kwargs: Any) Any [source]#
Use tenacity to retry the completion call.
- Parameters:
llm (ChatYandexGPT) –
kwargs (Any) –
- Return type:
Any
Use tenacity to retry the completion call.
llm (ChatYandexGPT) –
kwargs (Any) –
Any