Params#
- class langchain_community.llms.mlflow_ai_gateway.Params[source]#
Bases:
BaseModel
Parameters for the MLflow AI Gateway LLM.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param candidate_count: int = 1#
The number of candidates to return.
- param max_tokens: int | None = None#
- param stop: List[str] | None = None#
- param temperature: float = 0.0#