Chickaboo commited on
Commit
2a4c59a
·
verified ·
1 Parent(s): 3d8c899

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -451,7 +451,7 @@ async function sendMessage() {
451
  },
452
  body: JSON.stringify({
453
  "messages": messages,
454
- "model": "gpt-4"
455
  })
456
  });
457
  const data = await response.json();
 
451
  },
452
  body: JSON.stringify({
453
  "messages": messages,
454
+ "model": "gpt-4o"
455
  })
456
  });
457
  const data = await response.json();