Update static/demo/index.html
Browse files- static/demo/index.html +0 -1
static/demo/index.html
CHANGED
@@ -74,7 +74,6 @@
|
|
74 |
// Populate the different models options
|
75 |
// id -> id of the model on HF, name -> name displayed to the user
|
76 |
const models = [
|
77 |
-
{ id: 'CohereLabs/aya-expanse-8b', name: 'CohereLabs Aya Expanse 8b'},
|
78 |
{ id: 'mistralai/Mistral-7B-Instruct-v0.3', name: 'Mistral 7B Instruct v0.3' },
|
79 |
{ id: 'meta-llama/Llama-4-Scout-17B-16E-Instruct', name: 'Llama 4 Scout' },
|
80 |
];
|
|
|
74 |
// Populate the different models options
|
75 |
// id -> id of the model on HF, name -> name displayed to the user
|
76 |
const models = [
|
|
|
77 |
{ id: 'mistralai/Mistral-7B-Instruct-v0.3', name: 'Mistral 7B Instruct v0.3' },
|
78 |
{ id: 'meta-llama/Llama-4-Scout-17B-16E-Instruct', name: 'Llama 4 Scout' },
|
79 |
];
|