mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Disable decoder_input_details for streaming requests
This commit is contained in:
parent
98e5faff9d
commit
4347960180
@ -604,7 +604,7 @@ async fn chat_completions(
|
||||
truncate: None,
|
||||
watermark: false,
|
||||
details: true,
|
||||
decoder_input_details: true,
|
||||
decoder_input_details: !stream,
|
||||
seed,
|
||||
top_n_tokens: None,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user