Fixing Intent in Dev.py #4

Merged
TySS-Dev merged 2 commits from testing into main 2026-05-19 15:21:45 -04:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit ad8f1397bc - Show all commits
-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