ChatParams#

class langchain_community.chat_models.mlflow_ai_gateway.ChatParams[source]#

基础类:BaseModel

MLflow AI Gateway LLM 的参数。

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

如果输入数据无法验证以形成有效模型,则引发 [ValidationError][pydantic_core.ValidationError]。

self 被显式地设为仅位置参数,以允许 self 作为字段名称。

param candidate_count: int = 1#

返回的候选者数量。

param max_tokens: int | None = None#
param stop: List[str] | None = None#
param temperature: float = 0.0#