Fixing Intent in Dev.py #4
@@ -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) {
|
||||
|
||||
@@ -2,3 +2,4 @@ flask
|
||||
flask-babel
|
||||
certifi
|
||||
python-dotenv
|
||||
valkey
|
||||
Reference in New Issue
Block a user