Skip to main content

call_local_model

Function call_local_model 

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