Skip to content

Commit

Permalink
Update chat.html
Browse files Browse the repository at this point in the history
new key and endpoint
  • Loading branch information
billdoering authored Nov 7, 2024
1 parent 6aad9bc commit 032e24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guidelines/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h1>API Request Example</h1>

<script>
// Set the API URL and your API Key (replace with your actual API key)
const apiUrl = 'https://jwdgy5oh6j.execute-api.us-west-2.amazonaws.com/api'; // API endpoint
const apiKey = 'D29ViMkioMarebEDPl4RSaLyrCcbWn5b5JRsGXaP'; // Your API key
const apiUrl = 'https://6pd9snfev2.execute-api.us-west-2.amazonaws.com/api'; // API endpoint
const apiKey = 'm9N24PgDnt2h7TJZyioWo447uOLnBldl5C3E73jI'; // Your API key

// Make the API call using Fetch
fetch(apiUrl, {
Expand Down

0 comments on commit 032e24b

Please sign in to comment.