langchain_community.adapters.openai.ChatCompletions

class langchain_community.adapters.openai.ChatCompletions[source]

继承自: IndexableBaseModel

聊天完成。

通过解析和验证关键字参数中的输入数据来创建一个新模型。

如果输入数据无法解析为有效的模型,则引发 ValidationError。

参数 choices: List[Choice] [必须]