mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 00:35:56 +08:00
it worked!
This commit is contained in:
parent
9786bc2fc0
commit
4859078965
@ -6,6 +6,7 @@ import {
|
||||
} from "../transformers/llmExtract";
|
||||
import { smartScrape } from "./smartScrape";
|
||||
import { parseMarkdown } from "../../../lib/html-to-markdown";
|
||||
import { getModel } from "../../../lib/generic-ai";
|
||||
|
||||
const commonSmartScrapeProperties = {
|
||||
shouldUseSmartscrape: {
|
||||
@ -199,7 +200,7 @@ export async function extractData({
|
||||
|
||||
try {
|
||||
const { extract: x, warning: y, totalUsage: z } = await generateCompletions(
|
||||
extractOptionsNewSchema,
|
||||
{ ...extractOptionsNewSchema, model: getModel("gemini-2.5-pro-exp-03-25", "google") }
|
||||
);
|
||||
extract = x;
|
||||
warning = y;
|
||||
|
Loading…
x
Reference in New Issue
Block a user