Contents

LanguageModelError.rateLimited(_:)

The session has been rate limited.

Declaration

case rateLimited(LanguageModelError.RateLimited)

Discussion

This failure can happen if you make too many requests in a short window. You can recover from this error by spacing your requests or reducing system load. The exact solution may be model dependent.

See Also

Session rate limited error