-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNet_Worth_Chart.html
43 lines (39 loc) · 1.61 KB
/
Net_Worth_Chart.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<h2>Chatbot Battle: Net Worth Chart</h2>
<table border="1">
<tr>
<th>Chatbot</th>
<th>Rank (SCBN)</th>
<th>Specificity</th>
<th>Coherency</th>
<th>Brevity</th>
<th>Novelty</th>
<th>Link</th>
</tr>
<tr>
<td>ChatGPT 4o</td>
<td>🥇 Winner</td>
<td>🤖🤖🕹️</td>
<td>🤖🤖🕹️</td>
<td>🤖🤖🕹️</td>
<td>🤖🤖🕹️</td>
<td><a href="https://talkingtochatbots.com/wp-content/uploads/2024/10/image-1.png" target="_blank">View Chat</a></td>
</tr>
<tr>
<td>Gemini</td>
<td>🥈 Runner-up</td>
<td>🤖🤖🕹️</td>
<td>🤖🕹️🕹️</td>
<td>🤖🤖🕹️</td>
<td>🤖🕹️🕹️</td>
<td><a href="https://talkingtochatbots.com/wp-content/uploads/2024/10/image-1.png" target="_blank">View Chat</a></td>
</tr>
<tr>
<td>Claude 3.5 Sonnet</td>
<td>🥉 Contender</td>
<td>🤖🕹️🕹️</td>
<td>🕹️🕹️🕹️</td>
<td>🤖🕹️🕹️</td>
<td>🤖🤖🕹️</td>
<td><a href="https://talkingtochatbots.com/wp-content/uploads/2024/10/image-2.png" target="_blank">View Chat</a></td>
</tr>
</table>