fix linting error
This commit is contained in:
parent
1d9ccb7fbe
commit
795a71ce1e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user