Fixed intent in the dev server

This commit is contained in:
tyler
2026-05-19 15:20:06 -04:00
parent bda9e5a462
commit ad8f1397bc
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1058,7 +1058,6 @@ async function doSearch() {
fetch('/dev/last-scores?t=' + Date.now())
.then(r => r.json())
.then(meta => {
console.log('LAST SCORES:', meta);
const intentEl = document.getElementById('intent');
if (intentEl) {
+1
View File
@@ -2,3 +2,4 @@ flask
flask-babel
certifi
python-dotenv
valkey