studycode129 commited on
Commit
f645ecd
·
verified ·
1 Parent(s): 608081c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -3
index.html CHANGED
@@ -10,9 +10,8 @@
10
  <h1>Welcome to your researcher friendly LLM workspace!</h1>
11
  <input id="apiKey" placeholder="OpenRouter API Key" style="width:100%;"/>
12
  <select id="model">
13
- <option value="meta-llama/llama-3-8b-instruct">LLaMA-3-8B</option>
14
- <option value="openchat/openchat-3.5">GPT‑like 3.5</option>
15
- <option value="deepseek-ai/deepseek-coder:7b-instruct">DeepSeek Coder</option>
16
  </select>
17
  <textarea id="prompt" placeholder="Type your prompt…" style="width:100%;height:150px;"></textarea>
18
  <button onclick="send()">Send</button>
 
10
  <h1>Welcome to your researcher friendly LLM workspace!</h1>
11
  <input id="apiKey" placeholder="OpenRouter API Key" style="width:100%;"/>
12
  <select id="model">
13
+ <option value="meta-llama/llama-3.3-70b-instruct:free">Meta Llama 3.3 Intsruction</option>
14
+ <option value="deepseek/deepseek-chat-v3-0324:free">DeepSeek Chat v3</option>
 
15
  </select>
16
  <textarea id="prompt" placeholder="Type your prompt…" style="width:100%;height:150px;"></textarea>
17
  <button onclick="send()">Send</button>