Spaces:
Runtime error
Runtime error
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
</div>
|
38 |
|
39 |
<script>
|
40 |
-
const token = "
|
41 |
const confSlider = document.getElementById("conf-threshold");
|
42 |
const confValue = document.getElementById("conf-value");
|
43 |
const videoOutput = document.getElementById("video-output");
|
|
|
37 |
</div>
|
38 |
|
39 |
<script>
|
40 |
+
const token = "wss://myvoiceassistant-h4f2cbzj.livekit.cloud"; // Replace with server-side injection or hardcode for dev
|
41 |
const confSlider = document.getElementById("conf-threshold");
|
42 |
const confValue = document.getElementById("conf-value");
|
43 |
const videoOutput = document.getElementById("video-output");
|