fix(models): align selector metadata

This commit is contained in:
RockChinQ
2026-09-12 00:57:55 +08:00
parent 33b4035140
commit 50d544aa6f
2 changed files with 45 additions and 13 deletions
@@ -64,12 +64,12 @@ export default function LangBotModelMetadata({
<p>{t('models.pricing.title')}</p>
<p className="text-xs text-muted-foreground">
{t('models.pricing.input', {
credits: inputCredits,
credits: input,
})}
</p>
<p className="text-xs text-muted-foreground">
{t('models.pricing.output', {
credits: outputCredits,
credits: output,
})}
</p>
</div>