docs: remove remaining Claude 3.5 references and display page credit costs in translation provider selector
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m11s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m11s
This commit is contained in:
@@ -56,7 +56,7 @@ const LLM_THEMES: Record<string, CardTheme> = {
|
||||
subBadge: 'Maximum Context',
|
||||
accentClass: 'border-rose-500/30 text-rose-600 dark:text-rose-400 bg-rose-500/5',
|
||||
glowClass: 'from-rose-500/10 dark:from-rose-500/5 to-transparent',
|
||||
descriptionOverride: 'Traduction assistée par les modèles de pointe (GPT-4o, Claude 3.5 Sonnet) pour documents longs.'
|
||||
descriptionOverride: 'Traduction assistée par les modèles de pointe (GPT-4o, Claude Sonnet 4.6) pour documents longs.'
|
||||
},
|
||||
zai: {
|
||||
badge: 'Spécialisée',
|
||||
@@ -278,6 +278,7 @@ export function ProviderSelector({
|
||||
<p className="text-[10px] text-brand-dark/60 dark:text-white/60 leading-normal font-light">
|
||||
<span className="font-bold text-brand-dark dark:text-white">{meta?.labelOverride || activeP.label} : </span>
|
||||
{meta?.descriptionOverride || activeP.description}
|
||||
<span className="block mt-1 font-bold text-brand-accent">Coût : 1 crédit par page</span>
|
||||
</p>
|
||||
) : null;
|
||||
})()
|
||||
@@ -289,6 +290,9 @@ export function ProviderSelector({
|
||||
<p className="text-[10px] text-brand-dark/60 dark:text-white/60 leading-normal font-light">
|
||||
<span className="font-bold text-brand-dark dark:text-white">{activeP.label} : </span>
|
||||
{theme.descriptionOverride} <span className="opacity-50 text-[9px] font-mono">({activeP.model || 'default'})</span>
|
||||
<span className="block mt-1 font-bold text-brand-accent">
|
||||
Coût : {activeP.id === 'openrouter_premium' ? '5 crédits par page (Facteur Premium)' : '1 crédit par page'}
|
||||
</span>
|
||||
</p>
|
||||
) : null;
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user