menu
llm_dart package
documentation
core/registry.dart
LLMProviderFactory<T extends ChatCapability>
create abstract method
create abstract method
dark_mode
light_mode
create
abstract method
T
create
(
LLMConfig
config
)
Create a provider instance from the given configuration
Implementation
T create(LLMConfig config);
llm_dart package
documentation
core/registry
LLMProviderFactory<T extends ChatCapability>
create abstract method
LLMProviderFactory class