Update Bedrock provider configuration

- Remove unnecessary provider file since Bedrock is in-tree
- Add Bedrock runtime configuration to run.yaml with optional AWS env vars
This commit is contained in:
skamenan7 2025-08-29 12:12:24 -04:00
parent 3ee3746462
commit 8f62870b01
2 changed files with 13 additions and 7 deletions

View file

@ -1,7 +0,0 @@
adapter:
adapter_type: bedrock
pip_packages: ["boto3>=1.26.137", "botocore"]
config_class: llama_stack.providers.remote.inference.bedrock.config.BedrockConfig
module: llama_stack.providers.remote.inference.bedrock
api_dependencies: ["inference"]
optional_api_dependencies: []