langchain.llms.cohere.completion_with_retry¶

langchain.llms.cohere.completion_with_retry(llm: Cohere, **kwargs: Any) Any[source]¶

Use tenacity to retry the completion call.