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