create abstract method

T create(
  1. LLMConfig config
)

Create a provider instance from the given configuration

Implementation

T create(LLMConfig config);