http Client
Configures the underlying HTTP client with custom settings.
Use this method for advanced customization of the HTTP client.
Example:
val client = DeepSeekClient("token") {
httpClient {
install(HttpTimeout) {
requestTimeoutMillis = 60000
}
}
}
Content copied to clipboard
Return
This builder for chaining
Parameters
block
Configuration block for the HTTP client