Update link in How_to_handle_rate_limits.ipynb

This commit is contained in:
Logan Kilpatrick 2024-02-22 09:42:16 -06:00 committed by GitHub
parent 3f5c07635b
commit e622fbab3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
"\n",
"This guide shares tips for avoiding and handling rate limit errors.\n",
"\n",
"To see an example script for throttling parallel requests to avoid rate limit errors, see [api_request_parallel_processor.py](api_request_parallel_processor.py).\n",
"To see an example script for throttling parallel requests to avoid rate limit errors, see [api_request_parallel_processor.py](https://github.com/openai/openai-cookbook/blob/main/examples/api_request_parallel_processor.py).\n",
"\n",
"## Why rate limits exist\n",
"\n",