From 47ad7bfbe4f7e11474c96ba062ec77c8e26ef28b Mon Sep 17 00:00:00 2001 From: drbh Date: Wed, 10 Jan 2024 10:26:23 -0500 Subject: [PATCH] fix: remove trailing space for clippy --- router/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/src/lib.rs b/router/src/lib.rs index d5394f61..7df15630 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -343,7 +343,7 @@ pub(crate) struct ChatRequest { pub logit_bias: Option>, /// Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each - /// output token returned in the content of message. + /// output token returned in the content of message. #[serde(default)] pub logprobs: Option,