fix error message
This commit is contained in:
parent
6d9bd1ae71
commit
0881904892
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue