studycode129 commited on
Commit
f6c73b4
·
verified ·
1 Parent(s): ea18f34

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -13,7 +13,7 @@
13
 
14
  <label for="model">Choose Model:</label>
15
  <select id="model">
16
- <option value="mistralai/mistral-small-3.2-24b-instruct:free">NVDIA:Llama 3.1</option>
17
  <option value="deepseek/deepseek-chat-v3-0324:free">DeepSeek Chat v3</option>
18
  </select>
19
 
 
13
 
14
  <label for="model">Choose Model:</label>
15
  <select id="model">
16
+ <option value="google/gemma-3n-e2b-it:free">Google Gemma</option>
17
  <option value="deepseek/deepseek-chat-v3-0324:free">DeepSeek Chat v3</option>
18
  </select>
19