Skip to main content

create_driver_with_client

Function create_driver_with_client 

Source
pub fn create_driver_with_client(
    config: &ModelConfig,
    shared_client: Option<&Client>,
) -> PunchResult<Arc<dyn LlmDriver>>
Expand description

Create a driver from config with an optional shared reqwest::Client.