Removing broken link in cookbook example (#1794)

This commit is contained in:
robtinn 2025-04-29 02:31:20 -07:00 committed by GitHub
parent 69027a4b70
commit 5d64d5d9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -571,7 +571,7 @@
"\n", "\n",
"Now that we've split our library into shorter self-contained strings, we can compute embeddings for each.\n", "Now that we've split our library into shorter self-contained strings, we can compute embeddings for each.\n",
"\n", "\n",
"(For large embedding jobs, use a script like [api_request_parallel_processor.py](api_request_parallel_processor.py) to parallelize requests while throttling to stay under rate limits.)" "(For large embedding jobs, use a script like [api_request_parallel_processor.py](https://github.com/openai/openai-cookbook/blob/main/examples/api_request_parallel_processor.py) to parallelize requests while throttling to stay under rate limits.)"
] ]
}, },
{ {