Skip to content

Commit cd5e225

Browse files
committed
feat: update description
1 parent 2665a2a commit cd5e225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi/descriptions/chat-completion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export default {
399399
desc: `If True, the response will contain the prompt. Can be used with logprobs to return prompt logprobs.`,
400400
},
401401
min_p: {
402-
desc: `A number between 0 and 1 that can be used as an alternative to top_p and top_k.`,
402+
desc: `A number between 0.001 and 0.999 that can be used as an alternative to top_p and top_k.`,
403403
},
404404
top_a: {
405405
desc: `Alternate top sampling parameter.`,

0 commit comments

Comments
 (0)