Skip to content

Commit

Permalink
Update chat.html
Browse files Browse the repository at this point in the history
  • Loading branch information
billdoering authored Nov 8, 2024
1 parent 61de275 commit db82adc
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://r2augpqr2k.execute-api.us-west-2.amazonaws.com/api/'; // API endpoint
const apiKey = 'fa5X0pAfDw6yZg0ommkkc8zuc394TY4C8wcS9peS'; // Your API key
const apiUrl = 'https://vqwqh5famj.execute-api.us-west-2.amazonaws.com/api'; // API endpoint
const apiKey = 'KmWtf24qac311Rf45UuCe8xHvdVjwyQv35arTMxK'; // Your API key

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

0 comments on commit db82adc

Please sign in to comment.