Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -425,12 +425,12 @@ chat_with_gpt()
|
|
425 |
<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>
|
426 |
<div class="models-list">
|
427 |
<!-- Models with "stable & fast" -->
|
428 |
-
<div class="model-item glow">gpt-4o-mini <strong>stable & fast</strong></div>
|
429 |
-
<div class="model-item glow">claude-3-haiku <strong>stable & fast</strong></div>
|
430 |
-
<div class="model-item glow">llama-3.1-70b <strong>stable & fast</strong></div>
|
431 |
-
<div class="model-item glow">mixtral-8x7b <strong>stable & fast</strong></div>
|
432 |
</div>
|
433 |
-
|
434 |
<div class="models-list">
|
435 |
<!-- Remaining Models -->
|
436 |
<div class="model-item glow">o1-preview</div>
|
|
|
425 |
<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>
|
426 |
<div class="models-list">
|
427 |
<!-- Models with "stable & fast" -->
|
428 |
+
<div class="model-item glow">gpt-4o-mini <br><strong>stable & fast</strong></div>
|
429 |
+
<div class="model-item glow">claude-3-haiku <br><strong>stable & fast</strong></div>
|
430 |
+
<div class="model-item glow">llama-3.1-70b <br><strong>stable & fast</strong></div>
|
431 |
+
<div class="model-item glow">mixtral-8x7b <br><strong>stable & fast</strong></div>
|
432 |
</div>
|
433 |
+
<h2>Unstable Models</h2>
|
434 |
<div class="models-list">
|
435 |
<!-- Remaining Models -->
|
436 |
<div class="model-item glow">o1-preview</div>
|