eccfda0c by Leff Tubat

Removed util

1 parent 29b28faa
......@@ -71,12 +71,6 @@ function App() {
TPLogicRun();
}
// eslint-disable-next-line
let maxTokens = btutilCommon_getCookie("mucnxwlyxt");
if (maxTokens==='1'){
return;
}
const userInput = ['what', 'why', 'when', 'where' , 'which', 'did', 'do', 'how', 'can', 'are', 'who'];
const userInputRegex = new RegExp(`\\b(${userInput.join('|')})\\b`, 'gi');
const inputMatches = chatInput.match(userInputRegex);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!