DeepSeekConfig
DeepSeekConfig is a configuration class for setting up the DeepSeek client. It manages essential parameters such as API key, base URL, connection timeout settings, and the HTTP client used for requests.
Properties
Link copied to clipboard
Represents the HTTP client used to handle network requests within the configuration. This client can be customized or replaced to adapt to specific use cases, such as modifying headers, interceptors, or other client-level configurations.
Link copied to clipboard
Represents the configuration for connection timeouts used in network requests. This configuration specifies the timeout durations in milliseconds for requests, connection establishment, and socket operations.