Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -285,7 +285,7 @@
|
|
285 |
<select
|
286 |
id="model"
|
287 |
class="border-2 border-gray-500 rounded-md font-light interactive disabled:cursor-not-allowed w-full max-w-max">
|
288 |
-
<option value="bge_micro">
|
289 |
<option value="gte_tiny">gte_tiny (45.5 MB)</option>
|
290 |
<option value="intfloat_e5_small_v2" selected>
|
291 |
intfloat/e5-small-v2 (133 MB)
|
|
|
285 |
<select
|
286 |
id="model"
|
287 |
class="border-2 border-gray-500 rounded-md font-light interactive disabled:cursor-not-allowed w-full max-w-max">
|
288 |
+
<option value="bge_micro">bge_micro (34.8 MB)</option>
|
289 |
<option value="gte_tiny">gte_tiny (45.5 MB)</option>
|
290 |
<option value="intfloat_e5_small_v2" selected>
|
291 |
intfloat/e5-small-v2 (133 MB)
|