From 259ba29a90e5cfc043be884840a75245f5d0b127 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 24 Sep 2024 17:35:42 +0200 Subject: [PATCH] Fixup doc. --- docs/openapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/openapi.json b/docs/openapi.json index c5612750..0b5b3ae3 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -877,7 +877,8 @@ "logprobs": { "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.", - "example": "false" + "example": "false", + "nullable": true }, "max_tokens": { "type": "integer",