Progress.
Browse files- index.html +3 -1
index.html
CHANGED
|
@@ -223,6 +223,7 @@
|
|
| 223 |
<option value="transformers-wasm">TF WASM</option>
|
| 224 |
</select>
|
| 225 |
<button id="force-reload" title="Reinitialize models">Reload Models</button>
|
|
|
|
| 226 |
<button id="toggle-diagnostics" title="Show/Hide diagnostics">Diagnostics</button>
|
| 227 |
<span id="active-backend" style="margin-left:auto;font-weight:bold;">backend: -</span>
|
| 228 |
</div>
|
|
@@ -230,7 +231,8 @@
|
|
| 230 |
<div id="chat-box">
|
| 231 |
</div>
|
| 232 |
<div id="chat-stats" class="chat-stats hidden"></div>
|
| 233 |
-
|
|
|
|
| 234 |
<div class="chat-input-container">
|
| 235 |
<input type="text" id="user-input" placeholder="Loading models for RAG..." disabled>
|
| 236 |
<button id="send" disabled>Send</button>
|
|
|
|
| 223 |
<option value="transformers-wasm">TF WASM</option>
|
| 224 |
</select>
|
| 225 |
<button id="force-reload" title="Reinitialize models">Reload Models</button>
|
| 226 |
+
<button id="trial-models" title="Try/test multiple small models">Trial Models</button>
|
| 227 |
<button id="toggle-diagnostics" title="Show/Hide diagnostics">Diagnostics</button>
|
| 228 |
<span id="active-backend" style="margin-left:auto;font-weight:bold;">backend: -</span>
|
| 229 |
</div>
|
|
|
|
| 231 |
<div id="chat-box">
|
| 232 |
</div>
|
| 233 |
<div id="chat-stats" class="chat-stats hidden"></div>
|
| 234 |
+
<div id="diagnostics"></div>
|
| 235 |
+
<div id="trial-results" style="display:none;padding:12px;"></div>
|
| 236 |
<div class="chat-input-container">
|
| 237 |
<input type="text" id="user-input" placeholder="Loading models for RAG..." disabled>
|
| 238 |
<button id="send" disabled>Send</button>
|