mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Docs: Update configs.md
credential_info is a required key
This commit is contained in:
parent
4a6dcd64ff
commit
34cdd7bf33
1 changed files with 1 additions and 0 deletions
|
|
@ -474,6 +474,7 @@ credential_list:
|
|||
#### Key Parameters
|
||||
- `credential_name`: Unique identifier for the credential set
|
||||
- `credential_values`: Key-value pairs of credentials/secrets (supports `os.environ/` syntax)
|
||||
- `credential_info`: Key-value pairs of user provided credentials information. No key-value pairs are required, but the dictionary must exist.
|
||||
|
||||
### Load API Keys from Secret Managers (Azure Vault, etc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue