mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:39:00 +08:00
reenable
This commit is contained in:
parent
324b4e2e1e
commit
0a86d2738f
@ -435,19 +435,19 @@ const processExtractJobInternal = async (
|
||||
let result: ExtractResult | null = null;
|
||||
|
||||
const model = job.data.request.agent?.model
|
||||
// if (job.data.request.agent && model && model.toLowerCase().includes("fire-1")) {
|
||||
// result = await performExtraction(job.data.extractId, {
|
||||
// request: job.data.request,
|
||||
// teamId: job.data.teamId,
|
||||
// subId: job.data.subId,
|
||||
// });
|
||||
// } else {
|
||||
if (job.data.request.agent && model && model.toLowerCase().includes("fire-1")) {
|
||||
result = await performExtraction(job.data.extractId, {
|
||||
request: job.data.request,
|
||||
teamId: job.data.teamId,
|
||||
subId: job.data.subId,
|
||||
});
|
||||
} else {
|
||||
result = await performExtraction_F0(job.data.extractId, {
|
||||
request: job.data.request,
|
||||
teamId: job.data.teamId,
|
||||
subId: job.data.subId,
|
||||
});
|
||||
// }
|
||||
}
|
||||
// result = await performExtraction_F0(job.data.extractId, {
|
||||
// request: job.data.request,
|
||||
// teamId: job.data.teamId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user