mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
fix: include finish reason string
This commit is contained in:
parent
c330491223
commit
515cd66705
@ -814,7 +814,7 @@ async fn completions(
|
|||||||
model: model_id.clone(),
|
model: model_id.clone(),
|
||||||
system_fingerprint: system_fingerprint.clone(),
|
system_fingerprint: system_fingerprint.clone(),
|
||||||
choices: vec![CompletionComplete {
|
choices: vec![CompletionComplete {
|
||||||
finish_reason: String::new(),
|
finish_reason: details.finish_reason.to_string(),
|
||||||
index: index as u32,
|
index: index as u32,
|
||||||
logprobs: None,
|
logprobs: None,
|
||||||
text: stream_token.token.text,
|
text: stream_token.token.text,
|
||||||
|
Loading…
Reference in New Issue
Block a user