Spaces:
Runtime error
Runtime error
camphong24032002
commited on
Commit
·
0da9a4a
1
Parent(s):
79915ba
Test
Browse files- static/js/script.js +1 -1
static/js/script.js
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
};
|
18 |
|
19 |
let get_response = async(msg) => {
|
20 |
-
const response = await fetch("http://
|
21 |
method: 'POST',
|
22 |
headers: {
|
23 |
'Content-Type': 'application/json',
|
|
|
17 |
};
|
18 |
|
19 |
let get_response = async(msg) => {
|
20 |
+
const response = await fetch("http://0.0.0.0:7860/chat", {
|
21 |
method: 'POST',
|
22 |
headers: {
|
23 |
'Content-Type': 'application/json',
|