pub fn create_connector(
provider: &AIProvider,
model: &str,
) -> Box<dyn AIConnector>Expand description
Create an AIConnector from a provider type and model ID
pub fn create_connector(
provider: &AIProvider,
model: &str,
) -> Box<dyn AIConnector>Create an AIConnector from a provider type and model ID