Spaces:
Running
Running
Update index.html
Browse files- index.html +13 -5
index.html
CHANGED
|
@@ -427,11 +427,19 @@ chat_with_gpt()
|
|
| 427 |
<p>More info at <span style="text-decoration: underline; cursor: pointer;" onclick="window.location.href='https://parthsadaria-lokiai.hf.space/models'">https://parthsadaria-lokiai.hf.space/models</span></p>
|
| 428 |
<div class="models-list">
|
| 429 |
<!-- Models with "stable & fast" -->
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 435 |
</div>
|
| 436 |
</div>
|
| 437 |
|
|
|
|
| 427 |
<p>More info at <span style="text-decoration: underline; cursor: pointer;" onclick="window.location.href='https://parthsadaria-lokiai.hf.space/models'">https://parthsadaria-lokiai.hf.space/models</span></p>
|
| 428 |
<div class="models-list">
|
| 429 |
<!-- Models with "stable & fast" -->
|
| 430 |
+
<div class="model-item glow">gpt-4o<br><strong>stable & fast</strong></div>
|
| 431 |
+
<div class="model-item glow">gpt-4o-mini <br><strong>stable & fast</strong></div>
|
| 432 |
+
<div class="model-item glow">claude-3-haiku<br><strong>stable & fast</strong></div>
|
| 433 |
+
<div class="model-item glow">llama-3.1-405b<br><strong>stable & fast</strong></div>
|
| 434 |
+
<div class="model-item glow">llama-3.1-70b<br><strong>stable & fast</strong></div>
|
| 435 |
+
<div class="model-item glow">llama-3.1-8b<br><strong>stable & fast</strong></div>
|
| 436 |
+
<div class="model-item glow">gemini-1.5-flash<br><strong>stable & fast</strong></div>
|
| 437 |
+
<div class="model-item glow">mixtral-8x7b<br><strong>stable & fast</strong></div>
|
| 438 |
+
<div class="model-item glow">command-r<br><strong>stable & fast</strong></div>
|
| 439 |
+
<div class="model-item glow">gemini-pro<br><strong>stable & fast</strong></div>
|
| 440 |
+
<div class="model-item glow">gpt-3.5-turbo<br><strong>stable & fast</strong></div>
|
| 441 |
+
<div class="model-item glow">command<br><strong>stable & fast</strong></div>
|
| 442 |
+
|
| 443 |
</div>
|
| 444 |
</div>
|
| 445 |
|