Function get_commit_messages

Source
pub async fn get_commit_messages<'a>(
    client: &Client,
    api_key: &str,
    model: &'a str,
    prompt: &'a str,
    temperature: f32,
    max_tokens: usize,
    n: usize,
) -> Result<GenerateTextResponse, Error>