Fourstore commited on
Commit
ee2be50
·
verified ·
1 Parent(s): 1414f69

Update endpoints/imageProcessor

Browse files
Files changed (1) hide show
  1. 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': 'AIzaSyBvQUzfkfgmdxMHmOVFEXdQq3DFi4siRVE',
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
  }