pub async fn make_request_and_stream<'a>(
chat_request: LLMRequest,
model_name: &str,
app_config: &ApplicationConfiguration,
) -> Result<ResponseStreamType<'a>>pub async fn make_request_and_stream<'a>(
chat_request: LLMRequest,
model_name: &str,
app_config: &ApplicationConfiguration,
) -> Result<ResponseStreamType<'a>>