Upload admin.html with huggingface_hub
Browse files- admin.html +23 -25
admin.html
CHANGED
|
@@ -165,7 +165,7 @@
|
|
| 165 |
<button class="voice-btn" id="voice-btn" onclick="toggleVoice()">๐ค Voice On</button>
|
| 166 |
<button class="voice-btn" onclick="clearChat()">๐ Clear</button>
|
| 167 |
<button class="voice-btn" onclick="showBrainStats()">๐ง Stats</button>
|
| 168 |
-
<button class="voice-btn" onclick="generateApiKey()" style="background:var(--accent-purple);">๐ API Key</button>
|
| 169 |
</div>
|
| 170 |
</div>
|
| 171 |
<div class="tab-panel" id="tab-wallet">
|
|
@@ -277,10 +277,8 @@
|
|
| 277 |
<h2>Training Log</h2>
|
| 278 |
<div class="stats-panel" style="max-height:120px; overflow-y:auto; font-size:0.85rem;">
|
| 279 |
<div id="training-log">Last training: 2026-07-22<br>Comprehensive Training Complete<br>Loss: 0.039317 | Samples: 80 | Epochs: 500<br>Categories: 11 intents | 17 knowledge domains<br>Model: xe-deep-comprehensive | Status: Trained on expanded knowledge base across all humanities, sciences, and technology</div>
|
| 280 |
-
|
| 281 |
</div>
|
| 282 |
-
</div>
|
| 283 |
-
|
| 284 |
<div class="card">
|
| 285 |
<h2>Universal Truths Training</h2>
|
| 286 |
<p style="color:var(--text-dim); font-size:0.85rem; margin-bottom:12px;">Understanding the universe and seeking truth in all cases. Expanded knowledge across all human knowledge domains.</p>
|
|
@@ -300,27 +298,27 @@
|
|
| 300 |
</div>
|
| 301 |
<svg style="display:none;" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" id="xe-logo-small">
|
| 302 |
<defs>
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
|
| 313 |
-
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
<script>
|
| 325 |
const knowledge = {
|
| 326 |
novels: {
|
|
|
|
| 165 |
<button class="voice-btn" id="voice-btn" onclick="toggleVoice()">๐ค Voice On</button>
|
| 166 |
<button class="voice-btn" onclick="clearChat()">๐ Clear</button>
|
| 167 |
<button class="voice-btn" onclick="showBrainStats()">๐ง Stats</button>
|
| 168 |
+
<button class="voice-btn" onclick="generateApiKey()" style="background:var(--accent-purple);">๐ API Key</button>
|
| 169 |
</div>
|
| 170 |
</div>
|
| 171 |
<div class="tab-panel" id="tab-wallet">
|
|
|
|
| 277 |
<h2>Training Log</h2>
|
| 278 |
<div class="stats-panel" style="max-height:120px; overflow-y:auto; font-size:0.85rem;">
|
| 279 |
<div id="training-log">Last training: 2026-07-22<br>Comprehensive Training Complete<br>Loss: 0.039317 | Samples: 80 | Epochs: 500<br>Categories: 11 intents | 17 knowledge domains<br>Model: xe-deep-comprehensive | Status: Trained on expanded knowledge base across all humanities, sciences, and technology</div>
|
| 280 |
+
</div>
|
| 281 |
</div>
|
|
|
|
|
|
|
| 282 |
<div class="card">
|
| 283 |
<h2>Universal Truths Training</h2>
|
| 284 |
<p style="color:var(--text-dim); font-size:0.85rem; margin-bottom:12px;">Understanding the universe and seeking truth in all cases. Expanded knowledge across all human knowledge domains.</p>
|
|
|
|
| 298 |
</div>
|
| 299 |
<svg style="display:none;" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" id="xe-logo-small">
|
| 300 |
<defs>
|
| 301 |
+
<linearGradient id="goldGradS" x1="0%" y1="0%" x2="100%" y2="100%">
|
| 302 |
+
<stop offset="0%" style="stop-color:#ffd700" />
|
| 303 |
+
<stop offset="100%" style="stop-color:#daa520" />
|
| 304 |
+
</linearGradient>
|
| 305 |
+
<filter id="glow2">
|
| 306 |
+
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
|
| 307 |
+
<feMerge>
|
| 308 |
+
<feMergeNode in="coloredBlur"/>
|
| 309 |
+
<feMergeNode in="SourceGraphic"/>
|
| 310 |
+
</feMerge>
|
| 311 |
+
</filter>
|
| 312 |
+
</defs>
|
| 313 |
+
<rect width="512" height="512" rx="64" fill="#0a0a0f"/>
|
| 314 |
+
<g filter="url(#glow2)">
|
| 315 |
+
<line x1="128" y1="128" x2="384" y2="384" stroke="url(#goldGradS)" stroke-width="28" stroke-linecap="round"/>
|
| 316 |
+
<line x1="384" y1="128" x2="128" y2="384" stroke="url(#goldGradS)" stroke-width="28" stroke-linecap="round"/>
|
| 317 |
+
</g>
|
| 318 |
+
<circle cx="256" cy="256" r="140" fill="none" stroke="url(#goldGradS)" stroke-width="4" opacity="0.6" stroke-dasharray="20 10"/>
|
| 319 |
+
<circle cx="256" cy="256" r="180" fill="none" stroke="url(#goldGradS)" stroke-width="2" opacity="0.3" stroke-dasharray="40 20"/>
|
| 320 |
+
<text x="256" y="460" font-family="Arial, sans-serif" font-size="48" font-weight="bold" fill="url(#goldGradS)" text-anchor="middle">XE</text>
|
| 321 |
+
</svg>
|
| 322 |
<script>
|
| 323 |
const knowledge = {
|
| 324 |
novels: {
|