pub async fn make_blocking_llm_request(
chat_request: LLMRequest,
app_config: &ApplicationConfiguration,
task_lm: &TaskLMSpec,
) -> Result<LLMCompletionResponse>Expand description
Makes a non-streaming request to an LLM using application configuration