Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -198,7 +198,7 @@
|
|
198 |
const sendButton = document.getElementById('sendButton');
|
199 |
|
200 |
// --- API Endpoint ---
|
201 |
-
const API_ENDPOINT_URL = "https://
|
202 |
|
203 |
// --- State Variables ---
|
204 |
let recognition;
|
|
|
198 |
const sendButton = document.getElementById('sendButton');
|
199 |
|
200 |
// --- API Endpoint ---
|
201 |
+
const API_ENDPOINT_URL = "https://ho0dt7j5srzts9de.us-east4.gcp.endpoints.huggingface.cloud/v1/chat/completions";
|
202 |
|
203 |
// --- State Variables ---
|
204 |
let recognition;
|