MosbergControl commited on
Commit
962a996
·
1 Parent(s): bbdabb4

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -8,7 +8,7 @@ document.getElementById('send-button').addEventListener('click', function() {
8
  });
9
 
10
  function sendMessage(message) {
11
- fetch('https://huggingface.co/spaces/Mosberg-Control/CodeNinjaOpenChat/chat', {
12
  method: 'POST',
13
  headers: {
14
  'Content-Type': 'application/json',
 
8
  });
9
 
10
  function sendMessage(message) {
11
+ fetch('https://huggingface.co/spaces/Mosberg-Control/CodeNinjaOpenChat', {
12
  method: 'POST',
13
  headers: {
14
  'Content-Type': 'application/json',