Hi ! I followed the example (https://cookbook.openai.com/examples/gpt_with_vision_for_video_understanding) with my different API keys from my three accounts and always have the same error for the following line of code => result = openai.ChatCompletion.create(**params):
openai.error.RateLimitError: Request too large for gpt-4-vision-preview in organization org-TWxkcNkvywCuNqekVQZjD7o2 on tokens per min (TPM): Limit 20000, Requested 47463. The input or output tokens must be reduced in order to run successfully. Visit https://platform.openai.com/account/rate-limits to learn more.
I am sure I have a limit because my account is pretty new and does not have any heavy usage.
Is it working stable?
Thanks,
Ivan