mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-07-31 12:12:10 +08:00
force 2.5
This commit is contained in:
parent
6a93293fd0
commit
ba4df67de7
@ -73,7 +73,8 @@ export async function batchExtractPromise(options: BatchExtractOptions, logger:
|
||||
},
|
||||
markdown: buildDocument(doc),
|
||||
isExtractEndpoint: true,
|
||||
model: getModel("gemini-2.0-flash", "google"),
|
||||
model: getModel("gemini-2.5-pro-preview-03-25", "vertex"),
|
||||
retryModel: getModel("gemini-2.5-pro-preview-03-25", "google"),
|
||||
};
|
||||
|
||||
let extractedDataArray: any[] = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user