We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06770bc commit f844b32Copy full SHA for f844b32
apps/api/src/routes/v1.ts
@@ -98,9 +98,9 @@ export function authMiddleware(
98
rateLimiterMode = RateLimiterMode.ExtractAgentPreview;
99
}
100
101
- if (rateLimiterMode === RateLimiterMode.Scrape && isAgentExtractModelValid((req.body as any)?.agent?.model)) {
102
- rateLimiterMode = RateLimiterMode.ScrapeAgentPreview;
103
- }
+ // if (rateLimiterMode === RateLimiterMode.Scrape && isAgentExtractModelValid((req.body as any)?.agent?.model)) {
+ // rateLimiterMode = RateLimiterMode.ScrapeAgentPreview;
+ // }
104
105
const auth = await authenticateUser(req, res, rateLimiterMode);
106
0 commit comments