Skip to content

Commit 861ca01

Browse files
committed
fix: new ai sdk api compatibility
1 parent c225794 commit 861ca01

File tree

1 file changed

+1
-1
lines changed
  • packages/new-compiler/src/translators/pluralization

1 file changed

+1
-1
lines changed

packages/new-compiler/src/translators/pluralization/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class PluralizationService {
163163
],
164164
}),
165165
DEFAULT_TIMEOUTS.AI_API * 2, // Double timeout for batch
166-
`Pluralization with ${this.languageModel.provider}`,
166+
`Pluralization with ${this.languageModel}`,
167167
);
168168

169169
const responseText = response.text.trim();

0 commit comments

Comments
 (0)