changeLLMParams

abstract fun changeLLMParams(newParams: LLMParams)(source)

Updates the language model's parameters used in the current session prompt.

Parameters

newParams

The new set of LLMParams to replace the existing parameters in the prompt.