One nifty tip for making the most use of your rate limits: If your application depends on openai's gpt-4, gpt-3.5-turbo, one way to get more bang for your buck is to round-robin rotate through each model. Each model (including 32k, and snapshots), has a different rate limit!
1
0
1
102
0