defaultAIRequestModel property
Implementation
@override
AIRequestModel get defaultAIRequestModel => kDefaultAiRequestModel.copyWith(
modelApiProvider: ModelAPIProvider.anthropic,
url: kAnthropicUrl,
);
@override
AIRequestModel get defaultAIRequestModel => kDefaultAiRequestModel.copyWith(
modelApiProvider: ModelAPIProvider.anthropic,
url: kAnthropicUrl,
);