diff --git a/litellm/llms/bedrock/chat/invoke_handler.py b/litellm/llms/bedrock/chat/invoke_handler.py index 59d9917aa2..00987ae6a8 100644 --- a/litellm/llms/bedrock/chat/invoke_handler.py +++ b/litellm/llms/bedrock/chat/invoke_handler.py @@ -311,7 +311,7 @@ class BedrockLLM(BaseAWSLLM): model: str, response: httpx.Response, model_response: ModelResponse, - stream: bool, + stream: Optional[bool], logging_obj: Logging, optional_params: dict, api_key: str,