From bb0d61f528052eb78c1b49261443ce2f0a898cb9 Mon Sep 17 00:00:00 2001
From: nBiqoz
- Gestion des conversations Cercle GPTTT
+ Gestion des conversations Cercle GPTT
Conversations
{data.name}
-Tokens: {data.value.toLocaleString()}
- {data.models && data.models.length > 0 && ( +{label}
++ Total: {totalTokens.toLocaleString()} tokens +
+ {providerData.models && (Modèles:
- {data.models.slice(0, 5).map((model, index) => ( -- • {model.name}: {model.value.toLocaleString()} -
+ {providerData.models.map((model, index) => ( ++ {model.name}: {model.value.toLocaleString()} tokens +
+- ... et {data.models.length - 5} autres -
- )}- {item.value.toLocaleString()} + {item.total.toLocaleString()} +
++ {item.models.length} modèle{item.models.length > 1 ? "s" : ""}
-tokens
{user.userName}
++ {user.conversations} conversation{user.conversations !== 1 ? 's' : ''} +
++ {user.tokens.toLocaleString()} tokens +
++ {user.credits.toLocaleString()} crédits +
++ {description} +
+ )} {trend && (