bpandey23 commited on
Commit
6d8288f
·
verified ·
1 Parent(s): 91772b4

Update main.html

Browse files
Files changed (1) hide show
  1. main.html +1 -1
main.html CHANGED
@@ -77,7 +77,7 @@
77
  var requestBody = {
78
  prompt: message
79
  };
80
- fetch('YOUR_API_ENDPOINT_HERE', {
81
  method: 'POST',
82
  headers: {
83
  'Content-Type': 'application/json',
 
77
  var requestBody = {
78
  prompt: message
79
  };
80
+ fetch('https://bpandey23-bpandey23-llm.hf.space/bpandey23_llm', {
81
  method: 'POST',
82
  headers: {
83
  'Content-Type': 'application/json',