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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -3
index.html CHANGED
@@ -10,12 +10,10 @@
10
  <body>
11
  <div class="container">
12
  <h1>Welcome to your researcher friendly LLM workspace!</h1>
13
- <label for="apiKey">API Key:</label>
14
- <input type="text" id="apiKey" placeholder="sk-or-...">
15
 
16
  <label for="model">Choose Model:</label>
17
  <select id="model">
18
- <option value="meta-llama/llama-3.3-70b-instruct:free">Meta Llama 3.3 Intsruction</option>
19
  <option value="deepseek/deepseek-chat-v3-0324:free">DeepSeek Chat v3</option>
20
  </select>
21
 
 
10
  <body>
11
  <div class="container">
12
  <h1>Welcome to your researcher friendly LLM workspace!</h1>
 
 
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