To use an LLM, you need to specify the llm parameter in the Pipeline class.
By default only OpenAI is supported. To use other LLMs, you need to install the corresponding package and register the provider.
Suppose we want to use Anthropic’s Claude 3.5 Sonnet.
Then, register the provider.
alternatively, we can also register a specific model, for example with Azure