You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error code: 429 - {'error': {'message': 'Request too large for gpt-4o in organization ... on tokens per min (TPM): Limit 30000, Requested 37640. The input or output tokens must be reduced in order to run successfully. Visit https://platform.openai.com/account/rate-limits to learn more.', 'type': 'tokens', 'param': None, 'code': 'rate_limit_exceeded'}}
shall we propogate that somehow to user? might not worth the effort. reducing the optimization prompt size would be a good idea though :)
Describe the bug
To Reproduce
trainer.fit with openai gpt-4o
Expected behavior
graceful handling
The text was updated successfully, but these errors were encountered: