pub async fn call_openai_model( endpoint: &str, model: &str, prompt: &str, ) -> Result<String, Error>