Skip to main content

call_llm

Function call_llm 

Source
pub fn call_llm(
    cfg: &AppConfig,
    system_prompt: &str,
    diff: &str,
) -> Result<String>
Expand description

Call the LLM API and return the generated commit message