user server

This commit is contained in:
2023-02-03 12:17:22 +01:00
parent 1f408cecdd
commit bd77801e6a
+2 -2
View File
@@ -9,8 +9,8 @@ const AUDIO_CAPTCHA_TRACK = ".audio-captcha-track";
const CAPTCHA_CONTAINER = "#captcha-container";
const WAV_URL_REGEX = "https:.+.wav";
const re = new RegExp(WAV_URL_REGEX);
// const SPEECH_TO_TEXT_HOST = "http://appointment.lpaconsulting.fr:8000"
const SPEECH_TO_TEXT_HOST = "http://127.0.0.1:8000"
const SPEECH_TO_TEXT_HOST = "http://appointment.lpaconsulting.fr:8000"
// const SPEECH_TO_TEXT_HOST = "http://127.0.0.1:8000"
function delay(delayInMs) {
return new Promise(resolve => {