fix: remove trailing space for clippy

This commit is contained in:
drbh 2024-01-10 10:26:23 -05:00
parent 9fdf47f766
commit 47ad7bfbe4

View File

@ -343,7 +343,7 @@ pub(crate) struct ChatRequest {
pub logit_bias: Option<Vec<f32>>, pub logit_bias: Option<Vec<f32>>,
/// Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each /// 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)] #[serde(default)]
pub logprobs: Option<bool>, pub logprobs: Option<bool>,