Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Apr 16, 2024
1 parent 383cf94 commit 8d2d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/langchain_aws/llms/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def _identifying_params(self) -> Dict[str, Any]:
_model_kwargs = self.model_kwargs or {}
return {
"model_id": self.model_id,
"provider": self.provider,
"provider": self._get_provider(),
"stream": self.streaming,
"guardrails": self.guardrails,
**_model_kwargs,
Expand Down

0 comments on commit 8d2d6da

Please sign in to comment.