Rooni commited on
Commit
81cc3ee
·
verified ·
1 Parent(s): 7653543

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -54,7 +54,7 @@ async function sendRequest(prompt, prs) {
54
  },
55
  {
56
  headers: {
57
- 'Authorization': `Bearer ${apiKey}`,
58
  'Content-Type': 'application/json'
59
  }
60
  }
 
54
  },
55
  {
56
  headers: {
57
+ // 'Authorization': `Bearer ${apiKey}`,
58
  'Content-Type': 'application/json'
59
  }
60
  }