@@ -103,7 +103,7 @@ def create(
103
103
existing frequency in the text so far, decreasing the model's likelihood to
104
104
repeat the same line verbatim.
105
105
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)
107
107
108
108
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
109
109
@@ -143,7 +143,7 @@ def create(
143
143
whether they appear in the text so far, increasing the model's likelihood to
144
144
talk about new topics.
145
145
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)
147
147
148
148
seed: If specified, our system will make a best effort to sample deterministically,
149
149
such that repeated requests with the same `seed` and parameters should return
@@ -272,7 +272,7 @@ def create(
272
272
existing frequency in the text so far, decreasing the model's likelihood to
273
273
repeat the same line verbatim.
274
274
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)
276
276
277
277
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
278
278
@@ -312,7 +312,7 @@ def create(
312
312
whether they appear in the text so far, increasing the model's likelihood to
313
313
talk about new topics.
314
314
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)
316
316
317
317
seed: If specified, our system will make a best effort to sample deterministically,
318
318
such that repeated requests with the same `seed` and parameters should return
@@ -434,7 +434,7 @@ def create(
434
434
existing frequency in the text so far, decreasing the model's likelihood to
435
435
repeat the same line verbatim.
436
436
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)
438
438
439
439
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
440
440
@@ -474,7 +474,7 @@ def create(
474
474
whether they appear in the text so far, increasing the model's likelihood to
475
475
talk about new topics.
476
476
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)
478
478
479
479
seed: If specified, our system will make a best effort to sample deterministically,
480
480
such that repeated requests with the same `seed` and parameters should return
@@ -671,7 +671,7 @@ async def create(
671
671
existing frequency in the text so far, decreasing the model's likelihood to
672
672
repeat the same line verbatim.
673
673
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)
675
675
676
676
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
677
677
@@ -711,7 +711,7 @@ async def create(
711
711
whether they appear in the text so far, increasing the model's likelihood to
712
712
talk about new topics.
713
713
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)
715
715
716
716
seed: If specified, our system will make a best effort to sample deterministically,
717
717
such that repeated requests with the same `seed` and parameters should return
@@ -840,7 +840,7 @@ async def create(
840
840
existing frequency in the text so far, decreasing the model's likelihood to
841
841
repeat the same line verbatim.
842
842
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)
844
844
845
845
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
846
846
@@ -880,7 +880,7 @@ async def create(
880
880
whether they appear in the text so far, increasing the model's likelihood to
881
881
talk about new topics.
882
882
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)
884
884
885
885
seed: If specified, our system will make a best effort to sample deterministically,
886
886
such that repeated requests with the same `seed` and parameters should return
@@ -1002,7 +1002,7 @@ async def create(
1002
1002
existing frequency in the text so far, decreasing the model's likelihood to
1003
1003
repeat the same line verbatim.
1004
1004
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)
1006
1006
1007
1007
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
1008
1008
@@ -1042,7 +1042,7 @@ async def create(
1042
1042
whether they appear in the text so far, increasing the model's likelihood to
1043
1043
talk about new topics.
1044
1044
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)
1046
1046
1047
1047
seed: If specified, our system will make a best effort to sample deterministically,
1048
1048
such that repeated requests with the same `seed` and parameters should return
0 commit comments