mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Fix docs.
This commit is contained in:
parent
be00fb7fc0
commit
6744df5873
@ -877,7 +877,7 @@
|
|||||||
"logprobs": {
|
"logprobs": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each\noutput token returned in the content of message.",
|
"description": "Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each\noutput token returned in the content of message.",
|
||||||
"example": "false",
|
"example": "false"
|
||||||
},
|
},
|
||||||
"max_tokens": {
|
"max_tokens": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
Loading…
Reference in New Issue
Block a user