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, content: output,
name: None, name: None,
tool_calls, tool_calls,
tool_call_id:None tool_call_id: None,
}, },
logprobs: return_logprobs logprobs: return_logprobs
.then(|| ChatCompletionLogprobs::from((details.tokens, details.top_tokens))), .then(|| ChatCompletionLogprobs::from((details.tokens, details.top_tokens))),