DeepSeekMathModel constructor

DeepSeekMathModel({
  1. required String apiKey,
})

Implementation

DeepSeekMathModel({required String apiKey})
  : connector = DeepSeekTextModelConnector(
      apiKey: apiKey,
      model: DeepSeekModel.deepseekMath,
    );