addClient

fun addClient(provider: LLMProvider, client: LLMClient)(source)

Adds a custom Large Language Model (LLM) client to the configuration.

This method allows you to register a specific implementation of an LLM client for a given provider, enabling seamless integration with the desired LLM service.

Parameters

provider

The LLM provider associated with the client being added.

client

The LLM client implementation to be registered for the specified provider.