diff --git a/src/utils/model/deprecation.ts b/src/utils/model/deprecation.ts index a8b0ee2..704ae7f 100644 --- a/src/utils/model/deprecation.ts +++ b/src/utils/model/deprecation.ts @@ -99,3 +99,4 @@ export function getModelDeprecationWarning( return `⚠ ${info.modelName} will be retired on ${info.retirementDate}. Consider switching to a newer model.` } +