🖊️ deprecation.ts

This commit is contained in:
nirholas
2026-03-31 10:24:21 +00:00
parent 917319ea03
commit 033c73647a

View File

@@ -99,3 +99,4 @@ export function getModelDeprecationWarning(
return `${info.modelName} will be retired on ${info.retirementDate}. Consider switching to a newer model.` return `${info.modelName} will be retired on ${info.retirementDate}. Consider switching to a newer model.`
} }