Travellers commited on
Commit
cdcff5a
ยท
verified ยท
1 Parent(s): e65b88d

Upload admin.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
- </div>
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
- <linearGradient id="goldGradS" x1="0%" y1="0%" x2="100%" y2="100%">
304
- <stop offset="0%" style="stop-color:#ffd700" />
305
- <stop offset="100%" style="stop-color:#daa520" />
306
- </linearGradient>
307
- <filter id="glow2">
308
- <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
309
- <feMerge>
310
- <feMergeNode in="coloredBlur"/>
311
- <feMergeNode in="SourceGraphic"/>
312
- </feMerge>
313
- </filter>
314
- </defs>
315
- <rect width="512" height="512" rx="64" fill="#0a0a0f"/>
316
- <g filter="url(#glow2)">
317
- <line x1="128" y1="128" x2="384" y2="384" stroke="url(#goldGradS)" stroke-width="28" stroke-linecap="round"/>
318
- <line x1="384" y1="128" x2="128" y2="384" stroke="url(#goldGradS)" stroke-width="28" stroke-linecap="round"/>
319
- </g>
320
- <circle cx="256" cy="256" r="140" fill="none" stroke="url(#goldGradS)" stroke-width="4" opacity="0.6" stroke-dasharray="20 10"/>
321
- <circle cx="256" cy="256" r="180" fill="none" stroke="url(#goldGradS)" stroke-width="2" opacity="0.3" stroke-dasharray="40 20"/>
322
- <text x="256" y="460" font-family="Arial, sans-serif" font-size="48" font-weight="bold" fill="url(#goldGradS)" text-anchor="middle">XE</text>
323
- </svg>
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: {