pub async fn call_ollama( prompt: &str, model: &str, _max_token: u32, ) -> Result<String, Box<dyn Error>>