mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
# What does this PR do? Improved bedrock provider config to read from environment variables like AWS_ACCESS_KEY_ID. Updated all fields to use default_factory with lambda patterns like the nvidia provider does. Now the environment variables work as documented. Closes #3305 ## Test Plan Ran the new bedrock config tests: ```bash python -m pytest tests/unit/providers/inference/bedrock/test_config.py -v Verified existing provider tests still work: python -m pytest tests/unit/providers/test_configs.py -v |
||
|---|---|---|
| .. | ||
| index.md | ||
| inline_code-scanner.md | ||
| inline_llama-guard.md | ||
| inline_prompt-guard.md | ||
| remote_bedrock.md | ||
| remote_nvidia.md | ||
| remote_sambanova.md | ||