langchain_community.chat_models.jinachat.acompletion_with_retry¶

async langchain_community.chat_models.jinachat.acompletion_with_retry(llm: JinaChat, **kwargs: Any) Any[source]¶

Use tenacity to retry the async completion call.