mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 18:23:13 +00:00
Update streaming.py. Provide Type Annotation for empty dict
This commit is contained in:
@@ -118,7 +118,7 @@ class FileContentStreamingResponse:
|
||||
return response
|
||||
|
||||
def _sync_hidden_params(self) -> None:
|
||||
litellm_params = {}
|
||||
litellm_params: dict[str, Any] = {}
|
||||
if self.logging_obj is not None:
|
||||
litellm_params = (
|
||||
self.logging_obj.model_call_details.get("litellm_params", {}) or {}
|
||||
|
||||
Reference in New Issue
Block a user