llms# 类 llms.BaseCohere Cohere 模型的基类。 llms.Cohere Cohere 大型语言模型。 函数 llms.acompletion_with_retry(llm, **kwargs) 使用 tenacity 重试完成调用。 llms.completion_with_retry(llm, **kwargs) 使用tenacity重试完成调用。 llms.enforce_stop_tokens(text, stop) 一旦出现任何停止词,立即切断文本。