Skip to content

Commit

Permalink
fix ms
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Nov 29, 2023
1 parent d9bb078 commit 5bd399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>How's GPT-4 with Vision Doing?</h1>
<div class="feature_header" style="min-height: auto">
<div class="feature_header_text" style="gap: var(--spacing-sizing-4)">
<h2>Response Time</h2>
<p style="font-size: 16px; color: var(--gray-700)">Over the last {{info['day_count']}} day{% if info['day_count'] > 1 %}s{% endif %}, the average response time was <b>{{results['avg_time']}}ms</b>.</p>
<p style="font-size: 16px; color: var(--gray-700)">Today, the average response time to receive results from our tests was <b>{{info['average_time']}}ms</b> per request.</p>
<p class="subtitle">This number only accounts for requests made by this application.</p>
</div>
<div class="chart">
Expand Down

0 comments on commit 5bd399d

Please sign in to comment.