Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -227,7 +227,7 @@
|
|
227 |
</div>
|
228 |
|
229 |
<script>
|
230 |
-
const API_URL = 'https://
|
231 |
const recordButton = document.getElementById('recordButton');
|
232 |
const statusText = document.getElementById('statusText');
|
233 |
const spokenText = document.getElementById('spokenText');
|
|
|
227 |
</div>
|
228 |
|
229 |
<script>
|
230 |
+
const API_URL = 'https://rcqajr8r0ybgeb-7777.proxy.runpod.net/proxy/8000/chat';
|
231 |
const recordButton = document.getElementById('recordButton');
|
232 |
const statusText = document.getElementById('statusText');
|
233 |
const spokenText = document.getElementById('spokenText');
|