EinsteinCoder commited on
Commit
8c45364
·
verified ·
1 Parent(s): 4a49cca

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>LLM Open Connector Tester for GROQ</title>
7
  <link
8
  rel="icon"
9
  href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤖</text></svg>"
@@ -315,9 +315,9 @@
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>
322
 
323
  <form id="promptForm">
@@ -397,7 +397,7 @@
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(
@@ -426,7 +426,7 @@
426
  try {
427
  const response = await axios.post(url, data, {
428
  headers: {
429
- "api-key": "Einstein1234$",
430
  },
431
  });
432
 
 
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>LLM Open Connector Tester for Together AI</title>
7
  <link
8
  rel="icon"
9
  href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤖</text></svg>"
 
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 Together AI</a
319
  >
320
+ with <a href="https://togethet.ai/">Together AI</a>.
321
  </p>
322
 
323
  <form id="promptForm">
 
397
 
398
  responseDiv.innerHTML =
399
  '<div class="loading"><div class="spinner"></div></div>';
400
+ const API_GATEWAY_URL = "https://einsteincoder-llm-open-connector-together.hf.space";
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": "Einstein1$",
430
  },
431
  });
432