Spaces:
Sleeping
Sleeping
Update endpoints/imageProcessor
Browse files- endpoints/imageProcessor +1 -1
endpoints/imageProcessor
CHANGED
|
@@ -34,7 +34,7 @@ async function extractTextFromImage(imageBuffer) {
|
|
| 34 |
path: '/v1beta/models/gemini-2.5-flash-lite:generateContent',
|
| 35 |
method: 'POST',
|
| 36 |
headers: {
|
| 37 |
-
'x-goog-api-key': '
|
| 38 |
'Content-Type': 'application/json',
|
| 39 |
'Content-Length': Buffer.byteLength(requestData)
|
| 40 |
}
|
|
|
|
| 34 |
path: '/v1beta/models/gemini-2.5-flash-lite:generateContent',
|
| 35 |
method: 'POST',
|
| 36 |
headers: {
|
| 37 |
+
'x-goog-api-key': 'AIzaSyB3-2egs0udKCDX_F7I58uVRAwv7OUX1G8',
|
| 38 |
'Content-Type': 'application/json',
|
| 39 |
'Content-Length': Buffer.byteLength(requestData)
|
| 40 |
}
|