mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 12:46:06 +08:00
more log
This commit is contained in:
parent
2e863da334
commit
6776292cc2
@ -100,6 +100,10 @@ export function authMiddleware(
|
|||||||
model: (req.body as any)?.agent?.model,
|
model: (req.body as any)?.agent?.model,
|
||||||
});
|
});
|
||||||
rateLimiterMode = RateLimiterMode.ExtractAgentPreview;
|
rateLimiterMode = RateLimiterMode.ExtractAgentPreview;
|
||||||
|
} else if (rateLimiterMode === RateLimiterMode.ExtractAgentPreview) {
|
||||||
|
logger.warn("EAP passed into authMiddleware directly?", {
|
||||||
|
body: req.body,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (rateLimiterMode === RateLimiterMode.Scrape && isAgentExtractModelValid((req.body as any)?.agent?.model)) {
|
// if (rateLimiterMode === RateLimiterMode.Scrape && isAgentExtractModelValid((req.body as any)?.agent?.model)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user