Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -290,6 +290,11 @@
|
|
290 |
<script>
|
291 |
// Model definitions
|
292 |
const AVAILABLE_MODELS = [
|
|
|
|
|
|
|
|
|
|
|
293 |
{
|
294 |
name: "Moonshot Kimi-K2",
|
295 |
id: "moonshotai/Kimi-K2-Instruct",
|
|
|
290 |
<script>
|
291 |
// Model definitions
|
292 |
const AVAILABLE_MODELS = [
|
293 |
+
{
|
294 |
+
name: "Qwen/Qwen3-32B",
|
295 |
+
id: "Qwen/Qwen3-32B",
|
296 |
+
description: "Qwen3-32B model for code generation and general tasks"
|
297 |
+
},
|
298 |
{
|
299 |
name: "Moonshot Kimi-K2",
|
300 |
id: "moonshotai/Kimi-K2-Instruct",
|