{
selectedModel = { id: model.model_id, name: model.name };
showModelModal = true;
}}
>
| {idx + 1} |
 {
e.target.src = '/favicon.png';
}}
/>
{model.name}
|
{model.count.toLocaleString()} |
{formatNumber(tokenStats[model.model_id]?.total_tokens ?? 0)} |
{totalModelMessages > 0
? ((model.count / totalModelMessages) * 100).toFixed(1)
: 0}%
|
{/each}
{#if sortedModels.length === 0}