deepSeekExecutor

Creates a SingleLLMPromptExecutor bean configured to use the DeepSeek LLM client.

This method is only executed if the deepseek.api-key property is defined in the application's configuration. It initializes the DeepSeek client using the provided API key and base URL from the application's properties.

Return

A SingleLLMPromptExecutor initialized with an DeepSeek LLM client.

Parameters

properties

The configuration properties for the application, including the DeepSeek client settings.