llmProvider

open override fun llmProvider(): LLMProvider(source)

Returns the specific implementation of the LLMProvider associated with this client.

In this case, it identifies the OpenAI provider as the designated LLM provider for the client.

Return

The LLMProvider instance representing OpenAI.