langchain_community.llms.cohere
.completion_with_retry¶
- langchain_community.llms.cohere.completion_with_retry(llm: Cohere, **kwargs: Any) Any [source]¶
使用 tenacity 重试完成调用。
- 参数
llm (Cohere) –
kwargs (任何) –
- 返回类型
任何类型