mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 20:59:48 +00:00
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:
parent
3ee3746462
commit
8f62870b01
2 changed files with 13 additions and 7 deletions
|
|
@ -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: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue