diff --git a/src/backend/langflow/components/llms/AmazonBedrock.py b/src/backend/langflow/components/llms/AmazonBedrock.py index 55caeeecc..38fc5ff3e 100644 --- a/src/backend/langflow/components/llms/AmazonBedrock.py +++ b/src/backend/langflow/components/llms/AmazonBedrock.py @@ -46,5 +46,5 @@ class AmazonBedrockComponent(CustomComponent): model_kwargs=model_kwargs, ) except Exception as e: - raise ValueError("Could not connect to Test Endpoints API.") from e + raise ValueError("Could not connect to AmazonBedrock API.") from e return output