rust format with cargo fmt

This commit is contained in:
Bao Phan 2024-05-15 13:14:25 +07:00
parent 6436f83a95
commit 2295f32689

View File

@ -546,7 +546,7 @@ impl ChatCompletion {
content: output,
name: None,
tool_calls,
tool_call_id:None
tool_call_id: None,
},
logprobs: return_logprobs
.then(|| ChatCompletionLogprobs::from((details.tokens, details.top_tokens))),