Spaces:
Running
Running
デフォルトのモデルから1.5を削除
Browse files- index.html +4 -7
index.html
CHANGED
@@ -178,12 +178,9 @@
|
|
178 |
<div class="form-group mb-3">
|
179 |
<label for="endpointSelect" class="form-label" id="endpointSelectLabel">エンドポイント</label>
|
180 |
<select class="form-select" id="endpointSelect">
|
181 |
-
<option value="models/gemini-
|
182 |
-
<option value="models/gemini-
|
183 |
-
<option value="models/gemini-
|
184 |
-
<option value="models/gemini-1.5-flash-exp-0827">gemini-1.5-flash-exp-0827</option>
|
185 |
-
<option value="models/gemini-1.5-pro-latest">gemini-1.5-pro-latest</option>
|
186 |
-
<option value="models/gemini-1.5-flash-latest">gemini-1.5-flash-latest</option>
|
187 |
</select>
|
188 |
</div>
|
189 |
|
@@ -327,4 +324,4 @@
|
|
327 |
|
328 |
</body>
|
329 |
|
330 |
-
</html>
|
|
|
178 |
<div class="form-group mb-3">
|
179 |
<label for="endpointSelect" class="form-label" id="endpointSelectLabel">エンドポイント</label>
|
180 |
<select class="form-select" id="endpointSelect">
|
181 |
+
<option value="models/gemini-2.0-pro-exp">gemini-2.0-pro-exp</option>
|
182 |
+
<option value="models/gemini-2.0-flash-exp">gemini-2.0-flash-exp</option>
|
183 |
+
<option value="models/gemini-2.0-flash-thinking-exp">gemini-2.0-flash-thinking-exp</option>
|
|
|
|
|
|
|
184 |
</select>
|
185 |
</div>
|
186 |
|
|
|
324 |
|
325 |
</body>
|
326 |
|
327 |
+
</html>
|