File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
skills/analysis/home-security-benchmark/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--border
174174<div class="container">
175175
176176<h1>🛡️ Home Security AI Benchmark</h1>
177- <p class="subtitle">${ model . name || 'Unknown Model' } — ${ new Date ( latest . timestamp ) . toLocaleDateString ( ) } ${ new Date ( latest . timestamp ) . toLocaleTimeString ( ) } </p>
177+ <p class="subtitle">${ model . name || 'Unknown Model' } ${ model . vlm ? ' + VLM: ' + model . vlm : '' } — ${ new Date ( latest . timestamp ) . toLocaleDateString ( ) } ${ new Date ( latest . timestamp ) . toLocaleTimeString ( ) } </p>
178178
179179<div class="hero">
180180 <div class="stat-card">
@@ -195,7 +195,7 @@ footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--border
195195 <div class="stat-card">
196196 <div class="label">Model</div>
197197 <div class="value" style="font-size:1rem">${ model . name || '?' } </div>
198- <div class="sub">${ system . cpu || '?' } </div>
198+ <div class="sub">${ model . vlm ? 'VLM: ' + model . vlm : system . cpu || '?' } </div>
199199 </div>
200200</div>
201201
You can’t perform that action at this time.
0 commit comments