ashwath-vaithina-ibm commited on
Commit
9255f6b
·
verified ·
1 Parent(s): 09ff33a

Update static/demo/index.html

Browse files
Files changed (1) hide show
  1. static/demo/index.html +1 -0
static/demo/index.html CHANGED
@@ -74,6 +74,7 @@
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
  ];
 
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
  ];