pub async fn chat_call_json_temperature_llm_model(
llm: &str,
model: &str,
system: &str,
user: &[String],
temperature: f32,
) -> Result<LlmReturn, Box<dyn Error + Send>>Expand description
Call chat named LLM/Model with temperature supplied Should return JSON