Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -397,7 +397,7 @@
|
|
397 |
|
398 |
responseDiv.innerHTML =
|
399 |
'<div class="loading"><div class="spinner"></div></div>';
|
400 |
-
const API_GATEWAY_URL = "https://
|
401 |
|
402 |
// Get the selected endpoint
|
403 |
const endpoint = document.querySelector(
|
|
|
397 |
|
398 |
responseDiv.innerHTML =
|
399 |
'<div class="loading"><div class="spinner"></div></div>';
|
400 |
+
const API_GATEWAY_URL = "https://einsteincoder-llm-open-connector-groq.hf.space";
|
401 |
|
402 |
// Get the selected endpoint
|
403 |
const endpoint = document.querySelector(
|