Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -315,7 +315,7 @@
|
|
| 315 |
Test your implementation of Salesforce’s
|
| 316 |
<a
|
| 317 |
href="https://github.com/salesforce/einstein-platform?tab=readme-ov-file#llm-open-connector"
|
| 318 |
-
>LLM Open Connector</a
|
| 319 |
>
|
| 320 |
with <a href="https://groq.com/">Groq</a>.
|
| 321 |
</p>
|
|
@@ -397,7 +397,7 @@
|
|
| 397 |
|
| 398 |
responseDiv.innerHTML =
|
| 399 |
'<div class="loading"><div class="spinner"></div></div>';
|
| 400 |
-
const API_GATEWAY_URL = "";
|
| 401 |
|
| 402 |
// Get the selected endpoint
|
| 403 |
const endpoint = document.querySelector(
|
|
@@ -426,7 +426,7 @@
|
|
| 426 |
try {
|
| 427 |
const response = await axios.post(url, data, {
|
| 428 |
headers: {
|
| 429 |
-
"api-key": "
|
| 430 |
},
|
| 431 |
});
|
| 432 |
|
|
|
|
| 315 |
Test your implementation of Salesforce’s
|
| 316 |
<a
|
| 317 |
href="https://github.com/salesforce/einstein-platform?tab=readme-ov-file#llm-open-connector"
|
| 318 |
+
>LLM Open Connector For Groq</a
|
| 319 |
>
|
| 320 |
with <a href="https://groq.com/">Groq</a>.
|
| 321 |
</p>
|
|
|
|
| 397 |
|
| 398 |
responseDiv.innerHTML =
|
| 399 |
'<div class="loading"><div class="spinner"></div></div>';
|
| 400 |
+
const API_GATEWAY_URL = "https://huggingface.co/spaces/EinsteinCoder/llm-open-connector-groq/";
|
| 401 |
|
| 402 |
// Get the selected endpoint
|
| 403 |
const endpoint = document.querySelector(
|
|
|
|
| 426 |
try {
|
| 427 |
const response = await axios.post(url, data, {
|
| 428 |
headers: {
|
| 429 |
+
"api-key": "Einstein1234$",
|
| 430 |
},
|
| 431 |
});
|
| 432 |
|