default

Combines the parameters of the current LLMParams instance with the provided default LLMParams to produce a new instance. Fields that are null in the current instance are replaced by the corresponding fields from the default instance.

Return

A new LLMParams instance with missing fields replaced by corresponding fields from the default instance.

Parameters

default

The default LLMParams instance used to fill in missing values in the current instance.