pub async fn create_model(
config: &ExtractConfig,
examples: Option<&[ExampleData]>,
) -> LangExtractResult<Box<dyn BaseLanguageModel>>
Expand description
Create a language model based on configuration
pub async fn create_model(
config: &ExtractConfig,
examples: Option<&[ExampleData]>,
) -> LangExtractResult<Box<dyn BaseLanguageModel>>
Create a language model based on configuration