MosbergControl commited on
Commit
4f83266
·
1 Parent(s): 1224729

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -4,7 +4,7 @@ document.getElementById('send-button').addEventListener('click', function() {
4
  });
5
 
6
  function sendMessage(message) {
7
- fetch('https://huggingface.co/spaces/MosbergControl/CodeNinja-1.0-OpenChat-7B/your-endpoint', {
8
  method: 'POST',
9
  headers: {
10
  'Content-Type': 'application/json',
 
4
  });
5
 
6
  function sendMessage(message) {
7
+ fetch('https://huggingface.co/spaces/Mosberg-Control/CodeNinjaOpenChat', {
8
  method: 'POST',
9
  headers: {
10
  'Content-Type': 'application/json',