KI-Vision-Model, Breed-Scraper, Karte/Routen + Release v1292
Parallele Arbeit (auf Staging mitgetestet): KI-Vision-Model (VISION_MODEL in ki.py/routes, im KI-Status sichtbar), Breed-Scraper-Anpassungen (breed_enricher/breed_evaluator, evaluate_enrichment mit user_id), Karten-/Routen-Änderungen (map.js, routes.js), kleinere UI-Anpassungen (admin.js, components.css), docker-compose, MARKETING, nav-loop-Test. Version-Bump auf 1292 (VERSION, sw.js, app.js, index.html, landing.html).
This commit is contained in:
parent
51aad6cf1b
commit
f7370028da
17 changed files with 322 additions and 100 deletions
|
|
@ -1419,7 +1419,10 @@ window.Page_admin = (() => {
|
|||
<tbody>${rows}</tbody>
|
||||
</table>
|
||||
</div>`;
|
||||
res.textContent = `✓ Bewertung abgeschlossen`;
|
||||
const judge = d.judge_source === 'cloud' ? 'Claude (Cloud)'
|
||||
: d.judge_source === 'local' ? 'lokales Modell ⚠︎'
|
||||
: (d.judge_source || '–');
|
||||
res.textContent = `✓ Bewertung abgeschlossen — Prüfer: ${judge}`;
|
||||
} catch (err) {
|
||||
res.textContent = '✗ Fehler: ' + (err.message || err);
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue