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
wexecution.
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 wexecution.On contrary, if you've not configured the IHttpLlmApplication.IOptions.separate option, this function would throw an error.