pub fn call_llm( cfg: &AppConfig, system_prompt: &str, diff: &str, ) -> Result<String>
Call the LLM API and return the generated commit message