Function git_iris::llm_providers::create_provider

source ยท
pub fn create_provider(
    provider_type: LLMProviderType,
    config: LLMProviderConfig,
) -> Result<Box<dyn LLMProvider + Send + Sync>>