Spaces:
Runtime error
Runtime error
Update aisearch.html
Browse files- 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() {
|