We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e3ba6 commit 278a51eCopy full SHA for 278a51e
web/src/app/api/v1/chat/completions/free-mode-rate-limiter.ts
@@ -14,9 +14,9 @@
14
15
export const FREE_MODE_RATE_LIMITS = {
16
/** Max requests per 1-second window */
17
- PER_SECOND: 1,
+ PER_SECOND: 2,
18
/** Max requests per 1-minute window */
19
- PER_MINUTE: 15,
+ PER_MINUTE: 20,
20
/** Max requests per 30-minute window */
21
PER_30_MINUTES: 200,
22
/** Max requests per 5-hour window */
0 commit comments