fix linting error

This commit is contained in:
Ishaan Jaff
2025-01-31 21:27:56 -08:00
parent 1d9ccb7fbe
commit 795a71ce1e
+1 -1
View File
@@ -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,