completion_with_retry#

langchain_cohere.llms.completion_with_retry(llm: Cohere, **kwargs: Any) Any[source]#

Use tenacity to retry the completion call.

Parameters:
  • llm (Cohere) –

  • kwargs (Any) –

Return type:

Any