changeModel

fun changeModel(newModel: LLModel)(source)

Updates the underlying model in the current prompt with the specified new model.

Parameters

newModel

The new LLModel to replace the existing model in the prompt.