Rate Limiting

Easy100 pts0 solves
LLM APIs cap usage on two dimensions: total tokens consumed and number of API calls. Name both limits. Flag format: CONGRESS{[limit1],[limit2]} Example: CONGRESS{bytes_per_second,connections_per_hour}
Hint
One counts tokens, the other counts HTTP requests.