mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
rust format with cargo fmt
This commit is contained in:
parent
6436f83a95
commit
2295f32689
@ -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