fix: cargo fmt tweak

This commit is contained in:
drbh 2024-05-14 15:51:46 -04:00
parent 7fe123ff36
commit 1daf984b57
1 changed files with 1 additions and 1 deletions

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))),