(Bug Fix) - Bedrock completions with aws_region_name (#8384)

* test_bedrock_completion_with_region_name

* test_bedrock_base_model_helper

* test_bedrock_base_model_helper

* fix aws_bedrock_runtime_endpoint

* test_dynamic_aws_params_propagation

* test_dynamic_aws_params_propagation
This commit is contained in:
Ishaan Jaff 2025-02-08 16:33:17 -08:00 committed by GitHub
parent 64ccf4cd6e
commit 88093608e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 310 additions and 11 deletions

View file

@ -52,6 +52,7 @@ class BaseAWSLLM:
"aws_role_name",
"aws_web_identity_token",
"aws_sts_endpoint",
"aws_bedrock_runtime_endpoint",
]
def get_cache_key(self, credential_args: Dict[str, Optional[str]]) -> str: