Gunner2 commited on
Commit
68bf122
1 Parent(s): c679187

Update .env

Browse files
Files changed (1) hide show
  1. .env +2 -2
.env CHANGED
@@ -18,7 +18,7 @@ NODE_ENV=production
18
  # PROXY_ENDPOINT_ROUTE=/proxy
19
 
20
  # Text model requests allowed per minute per user.
21
- # TEXT_MODEL_RATE_LIMIT=4
22
  # Image model requests allowed per minute per user.
23
  # IMAGE_MODEL_RATE_LIMIT=2
24
 
@@ -27,7 +27,7 @@ NODE_ENV=production
27
  # MAX_CONTEXT_TOKENS_OPENAI=16384
28
 
29
  # Max number of output tokens a user can request at once.
30
- # MAX_OUTPUT_TOKENS_OPENAI=400
31
  # MAX_OUTPUT_TOKENS_ANTHROPIC=400
32
 
33
  # Whether to show the estimated cost of consumed tokens on the info page.
 
18
  # PROXY_ENDPOINT_ROUTE=/proxy
19
 
20
  # Text model requests allowed per minute per user.
21
+ TEXT_MODEL_RATE_LIMIT=5
22
  # Image model requests allowed per minute per user.
23
  # IMAGE_MODEL_RATE_LIMIT=2
24
 
 
27
  # MAX_CONTEXT_TOKENS_OPENAI=16384
28
 
29
  # Max number of output tokens a user can request at once.
30
+ MAX_OUTPUT_TOKENS_OPENAI=500
31
  # MAX_OUTPUT_TOKENS_ANTHROPIC=400
32
 
33
  # Whether to show the estimated cost of consumed tokens on the info page.