mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
b1d5e3b687
commit
d8c76e9a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1411,7 +1411,7 @@ async def chat_completion(
|
||||||
)
|
)
|
||||||
|
|
||||||
# Model Params
|
# Model Params
|
||||||
if not stream_delta_chunk_size and model_info_params:
|
if model_info_params.get("stream_delta_chunk_size"):
|
||||||
stream_delta_chunk_size = model_info_params.get("stream_delta_chunk_size")
|
stream_delta_chunk_size = model_info_params.get("stream_delta_chunk_size")
|
||||||
|
|
||||||
metadata = {
|
metadata = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue