mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Merge pull request #15058 from uc4w6c/doc/add_api_key_to_bedrock
doc: add missing api_key parameter
This commit is contained in:
commit
56fccee731
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ aws_profile_name: Optional[str],
|
|||
aws_role_name: Optional[str],
|
||||
aws_web_identity_token: Optional[str],
|
||||
aws_bedrock_runtime_endpoint: Optional[str],
|
||||
api_key: Optional[str],
|
||||
```
|
||||
|
||||
### 2. Start the proxy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue