EinsteinCoder commited on
Commit
c420ba1
·
verified ·
1 Parent(s): c32856d

Update index.html

Browse files
Files changed (1) hide show
  1. 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": "your-api-key-here",
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