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