Commit
·
962a996
1
Parent(s):
bbdabb4
Update script.js
Browse files
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
|
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',
|