While using the LLM integration
LLM error: {
"message": "API rate limit exceeded",
"request_id": "af8869793862ad7ab720bb7f5438dd6a"
}
change introduces a retry mechanism that will delay the response when rate limits are hit. The default is 3 retries with exponential backoff starting at 1 second.
While using the LLM integration
LLM error: {
"message": "API rate limit exceeded",
"request_id": "af8869793862ad7ab720bb7f5438dd6a"
}
change introduces a retry mechanism that will delay the response when rate limits are hit. The default is 3 retries with exponential backoff starting at 1 second.