llmProvider

open override fun llmProvider(): LLMProvider(source)

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

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

Return

The LLMProvider instance representing DeepSeek.