studycode129 commited on
Commit
247b1ef
·
verified ·
1 Parent(s): e1da06d

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="meta-llama/llama-3.2-3b-instruct:free">Meta Llama 3.3 Intsruction</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="meta-llama/llama-3.2-3b-instruct:free">Meta Llama 3.2 3B Intsruct</option>
17
  <option value="deepseek/deepseek-chat-v3-0324:free">DeepSeek Chat v3</option>
18
  </select>
19