223
edits
(→n) |
|||
Line 90: | Line 90: | ||
===n=== | ===n=== | ||
n is a number value that allows you to get multiple responses. Each response will be a different object inside the ''[[#choices|choices]]'' array. | '''n''' is a number value that allows you to get multiple responses. Each response will be a different object inside the ''[[#choices|choices]]'' array. | ||
*Note that the content of each choice may be the same, especially for short answers or if you're using a low ''[[#temperature|temperature]]''.<ref name="”1”"></ref> | *Note that the content of each choice may be the same, especially for short answers or if you're using a low ''[[#temperature|temperature]]''.<ref name="”1”"></ref> | ||
===stop=== | |||
'''stop''' is an array of strings that tells the model to stop generating text when it encounters one of the strings. You can provide up to 4 strings to the stop array. The stop string found will Not be included in the response. | |||
===max tokens=== | |||
==Response Fields== | ==Response Fields== |
edits