Update index.html
Browse files- 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-
|
14 |
-
<option value="
|
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>
|