Skip to content

Commit

Permalink
Fix link to .py file (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathykc committed Oct 7, 2023
1 parent 532566a commit 2df818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/How_to_handle_rate_limits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"source": [
"## Example parallel processing script\n",
"\n",
"We've written an example script for parallel processing large quantities of API requests: [api_request_parallel_processor.py](api_request_parallel_processor.py).\n",
"We've written an example script for parallel processing large quantities of API requests: [api_request_parallel_processor.py](https://github.com/openai/openai-cookbook/blob/main/examples/api_request_parallel_processor.py).\n",
"\n",
"The script combines some handy features:\n",
"- Streams requests from file, to avoid running out of memory for giant jobs\n",
Expand Down

0 comments on commit 2df818a

Please sign in to comment.