Tiredmaker commited on
Commit
1609810
·
1 Parent(s): 760a583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ BaseApi = "https://api.openai.com/v1"
7
 
8
  # Rate limits for each model
9
  RateLimitPerModel = {
10
- "gpt-3.5-turbo": 3500,
11
  "gpt-4": 200,
12
  "gpt-4-32k": 1000
13
  }
 
7
 
8
  # Rate limits for each model
9
  RateLimitPerModel = {
10
+ "gpt-3.5-turbo": 2000, # New pay-as-go keys start with 2k for 48 hours
11
  "gpt-4": 200,
12
  "gpt-4-32k": 1000
13
  }