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