mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
fix: cargo fmt tweak
This commit is contained in:
parent
7fe123ff36
commit
1daf984b57
@ -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))),
|
||||
|
Loading…
Reference in New Issue
Block a user