Skip to content

Commit 5d64d5d

Browse files
authored
Removing broken link in cookbook example (#1794)
1 parent 69027a4 commit 5d64d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Embedding_Wikipedia_articles_for_search.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
"\n",
572572
"Now that we've split our library into shorter self-contained strings, we can compute embeddings for each.\n",
573573
"\n",
574-
"(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.)"
574+
"(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.)"
575575
]
576576
},
577577
{

0 commit comments

Comments
 (0)