DeepSeekClient constructor

DeepSeekClient(
  1. DeepSeekConfig config
)

Implementation

DeepSeekClient(this.config) {
  // Use unified Dio client factory with DeepSeek-specific strategy
  dio = DioClientFactory.create(
    strategy: DeepSeekDioStrategy(),
    config: config,
  );
}