From 6744df5873ba00df89df1cd96f007b305399b341 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 24 Sep 2024 11:38:59 +0200 Subject: [PATCH] Fix docs. --- docs/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.json b/docs/openapi.json index 7dd015fb..c5612750 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -877,7 +877,7 @@ "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" }, "max_tokens": { "type": "integer",