mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Merge 55736d7961
into b82af5b826
This commit is contained in:
commit
c6cbd9dca3
1 changed files with 0 additions and 4 deletions
|
@ -746,10 +746,6 @@ class CustomStreamWrapper:
|
|||
and model_response.choices[0].delta.reasoning_content is not None
|
||||
)
|
||||
or (model_response.choices[0].delta.provider_specific_fields is not None)
|
||||
or (
|
||||
"provider_specific_fields" in model_response
|
||||
and model_response.choices[0].delta.provider_specific_fields is not None
|
||||
)
|
||||
or (
|
||||
"provider_specific_fields" in response_obj
|
||||
and response_obj["provider_specific_fields"] is not None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue