{#if message?.arena}
{$i18n.t('This response was generated by "{{model}}"', { model: selectedModel ? (selectedModel?.name ?? selectedModel.id) : message.selectedModelId, })}
{/if}
{$i18n.t("How would you rate this response?")}
{#each Array.from( { length: 10 }, ).map((_, i) => i + 1) as rating} {/each}
1 - {$i18n.t("Awful")}
10 - {$i18n.t("Amazing")}
{#if reasons.length > 0}
{$i18n.t("Why?")}
{#each reasons as reason} {/each}
{/if}