deepSeek

fun deepSeek(apiKey: String, configure: KoogAgentsConfig.DeepSeekConfig.() -> Unit = {})(source)

Configures and initializes the DeepSeek API with the provided API key and optional configuration.

Parameters

apiKey

The API key used to authenticate with the DeepSeek API.

configure

An optional lambda function used to customize the DeepSeek configuration.