logprobs defaults to false.

This commit is contained in:
Nicolas Patry 2024-09-23 22:21:43 +02:00
parent 7cc18e85b5
commit 507ecae147
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -878,7 +878,6 @@
"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",
"nullable": true
}, },
"max_tokens": { "max_tokens": {
"type": "integer", "type": "integer",