camphong24032002 commited on
Commit
c7e38fc
·
1 Parent(s): 5f7dbda
Files changed (1) hide show
  1. static/js/script.js +1 -1
static/js/script.js CHANGED
@@ -18,7 +18,7 @@
18
 
19
  let get_response = async(msg) => {
20
  console.log("Fetching")
21
- const response = await fetch("http://0.0.0.0:7860/chat", {
22
  method: 'POST',
23
  headers: {
24
  'Content-Type': 'application/json',
 
18
 
19
  let get_response = async(msg) => {
20
  console.log("Fetching")
21
+ const response = await fetch("https://camphong-chatbot.hf.space/chat", {
22
  method: 'POST',
23
  headers: {
24
  'Content-Type': 'application/json',