Spaces:
Sleeping
Sleeping
index.js
CHANGED
|
@@ -302,7 +302,7 @@ async function handleAnalysis(interaction, userContent, targetMessage = null) {
|
|
| 302 |
.addFields(
|
| 303 |
{ name: "Pewność modelu", value: `\`${confidencePercent}%\` \n${progressBar}` },
|
| 304 |
{ name: "Czas przetwarzania", value: `\`${data.analysis_time.toFixed(3)}s\``, inline: true },
|
| 305 |
-
{ name: "Użyty model", value: `\`${data.
|
| 306 |
{ name: "Format danych", value: `\`${data.content_type.toUpperCase()}\``, inline: true }
|
| 307 |
)
|
| 308 |
.setTimestamp()
|
|
|
|
| 302 |
.addFields(
|
| 303 |
{ name: "Pewność modelu", value: `\`${confidencePercent}%\` \n${progressBar}` },
|
| 304 |
{ name: "Czas przetwarzania", value: `\`${data.analysis_time.toFixed(3)}s\``, inline: true },
|
| 305 |
+
{ name: "Użyty model", value: `\`${data.used_model}\``, inline: true },
|
| 306 |
{ name: "Format danych", value: `\`${data.content_type.toUpperCase()}\``, inline: true }
|
| 307 |
)
|
| 308 |
.setTimestamp()
|