@@ -103,7 +103,7 @@ def create(
103103 existing frequency in the text so far, decreasing the model's likelihood to
104104 repeat the same line verbatim.
105105
106- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
106+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
107107
108108 logit_bias: Modify the likelihood of specified tokens appearing in the completion.
109109
@@ -143,7 +143,7 @@ def create(
143143 whether they appear in the text so far, increasing the model's likelihood to
144144 talk about new topics.
145145
146- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
146+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
147147
148148 seed: If specified, our system will make a best effort to sample deterministically,
149149 such that repeated requests with the same `seed` and parameters should return
@@ -272,7 +272,7 @@ def create(
272272 existing frequency in the text so far, decreasing the model's likelihood to
273273 repeat the same line verbatim.
274274
275- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
275+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
276276
277277 logit_bias: Modify the likelihood of specified tokens appearing in the completion.
278278
@@ -312,7 +312,7 @@ def create(
312312 whether they appear in the text so far, increasing the model's likelihood to
313313 talk about new topics.
314314
315- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
315+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
316316
317317 seed: If specified, our system will make a best effort to sample deterministically,
318318 such that repeated requests with the same `seed` and parameters should return
@@ -434,7 +434,7 @@ def create(
434434 existing frequency in the text so far, decreasing the model's likelihood to
435435 repeat the same line verbatim.
436436
437- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
437+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
438438
439439 logit_bias: Modify the likelihood of specified tokens appearing in the completion.
440440
@@ -474,7 +474,7 @@ def create(
474474 whether they appear in the text so far, increasing the model's likelihood to
475475 talk about new topics.
476476
477- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
477+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
478478
479479 seed: If specified, our system will make a best effort to sample deterministically,
480480 such that repeated requests with the same `seed` and parameters should return
@@ -671,7 +671,7 @@ async def create(
671671 existing frequency in the text so far, decreasing the model's likelihood to
672672 repeat the same line verbatim.
673673
674- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
674+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
675675
676676 logit_bias: Modify the likelihood of specified tokens appearing in the completion.
677677
@@ -711,7 +711,7 @@ async def create(
711711 whether they appear in the text so far, increasing the model's likelihood to
712712 talk about new topics.
713713
714- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
714+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
715715
716716 seed: If specified, our system will make a best effort to sample deterministically,
717717 such that repeated requests with the same `seed` and parameters should return
@@ -840,7 +840,7 @@ async def create(
840840 existing frequency in the text so far, decreasing the model's likelihood to
841841 repeat the same line verbatim.
842842
843- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
843+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
844844
845845 logit_bias: Modify the likelihood of specified tokens appearing in the completion.
846846
@@ -880,7 +880,7 @@ async def create(
880880 whether they appear in the text so far, increasing the model's likelihood to
881881 talk about new topics.
882882
883- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
883+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
884884
885885 seed: If specified, our system will make a best effort to sample deterministically,
886886 such that repeated requests with the same `seed` and parameters should return
@@ -1002,7 +1002,7 @@ async def create(
10021002 existing frequency in the text so far, decreasing the model's likelihood to
10031003 repeat the same line verbatim.
10041004
1005- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
1005+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
10061006
10071007 logit_bias: Modify the likelihood of specified tokens appearing in the completion.
10081008
@@ -1042,7 +1042,7 @@ async def create(
10421042 whether they appear in the text so far, increasing the model's likelihood to
10431043 talk about new topics.
10441044
1045- [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/gpt /parameter-details)
1045+ [See more information about frequency and presence penalties.](https://platform.openai.com/docs/guides/text-generation /parameter-details)
10461046
10471047 seed: If specified, our system will make a best effort to sample deterministically,
10481048 such that repeated requests with the same `seed` and parameters should return
0 commit comments