mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 16:05:58 +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,
|
||||
});
|
||||
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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user