camphong24032002 commited on
Commit
0da9a4a
·
1 Parent(s): 79915ba
Files changed (1) hide show
  1. 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://127.0.0.1:5000/chat", {
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',