File size: 279 Bytes
71a764a
 
 
 
 
 
 
1
2
3
4
5
6
7
<div class="attempt-item">
    <span class="attempt-number">#{attempt_number}</span>
    <span class="attempt-input">"{user_input}"</span>
    <span class="attempt-score" style="color: {score_color};">
        {cosine_distance:.3f} ({num_tokens} token{plural})
    </span>
</div>