AmrGaberr commited on
Commit
ec28dd8
·
verified ·
1 Parent(s): f578780

Update UI2/chatbot.html

Browse files
Files changed (1) hide show
  1. UI2/chatbot.html +1 -1
UI2/chatbot.html CHANGED
@@ -1013,7 +1013,7 @@
1013
 
1014
  const payload = { message: input };
1015
  console.log(`Fetch initiated [${messageId}]:`, payload);
1016
- const response = await fetch('http://0.0.0.0:7860/chat', {
1017
  method: 'POST',
1018
  headers: { 'Content-Type': 'application/json' },
1019
  body: JSON.stringify(payload),
 
1013
 
1014
  const payload = { message: input };
1015
  console.log(`Fetch initiated [${messageId}]:`, payload);
1016
+ const response = await fetch('http://10.108.43.103:7860/chat', {
1017
  method: 'POST',
1018
  headers: { 'Content-Type': 'application/json' },
1019
  body: JSON.stringify(payload),