Mohit0199 commited on
Commit
00f18fb
·
verified ·
1 Parent(s): 2049674

here i want to add this redirection link of openrouter https://openrouter.ai/ near this api key in settings Free models available without token charges so if user dont have can go directly at there an grab their api

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -134,8 +134,8 @@
134
  <option value="nvidia/nemotron-nano-9b-v2">NVIDIA: Nemotron Nano 9B V2 (FREE)</option>
135
  <option value="meta/llama-3.3-70b-instruct">Meta: Llama 3.3 70B Instruct (FREE)</option>
136
  </select>
137
- <p class="text-xs text-gray-400 mt-1">Free models available without token charges</p>
138
- </div>
139
  <div>
140
  <label class="block text-sm font-medium mb-1">Chat Theme</label>
141
  <div class="flex space-x-2">
 
134
  <option value="nvidia/nemotron-nano-9b-v2">NVIDIA: Nemotron Nano 9B V2 (FREE)</option>
135
  <option value="meta/llama-3.3-70b-instruct">Meta: Llama 3.3 70B Instruct (FREE)</option>
136
  </select>
137
+ <p class="text-xs text-gray-400 mt-1">Free models available without token charges. <a href="https://openrouter.ai/" target="_blank" class="text-indigo-400 hover:text-indigo-300">Get your API key here</a></p>
138
+ </div>
139
  <div>
140
  <label class="block text-sm font-medium mb-1">Chat Theme</label>
141
  <div class="flex space-x-2">