demoPOC commited on
Commit
e716324
·
1 Parent(s): 2b2fa8e

Update aisearch.html

Browse files
Files changed (1) hide show
  1. aisearch.html +2 -1
aisearch.html CHANGED
@@ -226,7 +226,8 @@
226
  xhr.setRequestHeader('Content-Type', 'application/json');
227
  xhr.send(JSON.stringify({
228
  message: [userInput],
229
- llmID:selectedllmid
 
230
  }));
231
 
232
  xhr.onload = function() {
 
226
  xhr.setRequestHeader('Content-Type', 'application/json');
227
  xhr.send(JSON.stringify({
228
  message: [userInput],
229
+ llmID:selectedllmid,
230
+ "custDetails": {"cName": "Mohit Srivastava","cDistrict": "Lucknow"}
231
  }));
232
 
233
  xhr.onload = function() {