Chickaboo commited on
Commit
8c8926f
1 Parent(s): a64c139

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -414,7 +414,7 @@
414
  async function sendMessage() {
415
  try {
416
  sendBtn.disabled = true;
417
- const response = await fetch('https://api.discord.rocks/ask', {
418
  method: 'POST',
419
  headers: {
420
  'Content-Type': 'application/json'
 
414
  async function sendMessage() {
415
  try {
416
  sendBtn.disabled = true;
417
+ const response = await fetch('https://api.discord.rocks/chat/completions', {
418
  method: 'POST',
419
  headers: {
420
  'Content-Type': 'application/json'