mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix missing IBM_GUARDRAILS_API_BASE, IBM_GUARDRAILS_AUTH_TOKEN vars
This commit is contained in:
parent
964e683c85
commit
747ae49848
1 changed files with 2 additions and 0 deletions
|
|
@ -589,6 +589,8 @@ router_settings:
|
|||
| HUGGINGFACE_API_KEY | API key for Hugging Face API
|
||||
| HUMANLOOP_PROMPT_CACHE_TTL_SECONDS | Time-to-live in seconds for cached prompts in Humanloop. Default is 60
|
||||
| IAM_TOKEN_DB_AUTH | IAM token for database authentication
|
||||
| IBM_GUARDRAILS_API_BASE | Base URL for IBM Guardrails API
|
||||
| IBM_GUARDRAILS_AUTH_TOKEN | Authorization bearer token for IBM Guardrails API
|
||||
| INITIAL_RETRY_DELAY | Initial delay in seconds for retrying requests. Default is 0.5
|
||||
| JITTER | Jitter factor for retry delay calculations. Default is 0.75
|
||||
| JSON_LOGS | Enable JSON formatted logging
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue