If you've configured the IHttpLlmApplication.IOptions.separate option,
so that the parameters are separated to human and LLM sides, you can merge these
humand and LLM sides' parameters into one through this HttpLlm.mergeParameters()
function before the actual LLM function call execution.
Merge the parameters.
If you've configured the IHttpLlmApplication.IOptions.separate option, so that the parameters are separated to human and LLM sides, you can merge these humand and LLM sides' parameters into one through this
HttpLlm.mergeParameters()
function before the actual LLM function call execution.On contrary, if you've not configured the IHttpLlmApplication.IOptions.separate option, this function would throw an error.