Gradii commited on
Commit
33ef3ad
·
1 Parent(s): 4fa2170
Files changed (1) hide show
  1. index.js +1 -1
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.model_used}\``, inline: true },
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()