mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Update sidebar configuration and add Akto Guardrail API settings (#24738)
* [Docs] Update sidebar configuration and add Akto Guardrail API settings * remove the trailing character
This commit is contained in:
parent
baa50db75e
commit
f167db5cfe
2 changed files with 4 additions and 1 deletions
|
|
@ -418,6 +418,8 @@ router_settings:
|
|||
| AIOHTTP_KEEPALIVE_TIMEOUT | Keep-alive timeout for aiohttp connections in seconds. **Default is 120**
|
||||
| AIOHTTP_TRUST_ENV | Flag to enable aiohttp trust environment. When this is set to True, aiohttp will respect HTTP(S)_PROXY env vars. **Default is False**
|
||||
| AIOHTTP_TTL_DNS_CACHE | DNS cache time-to-live for aiohttp in seconds. **Default is 300**
|
||||
| AKTO_GUARDRAIL_API_BASE | Base URL for the Akto Guardrail API (e.g. `http://localhost:9090`). Used by the Akto guardrail integration.
|
||||
| AKTO_API_KEY | API key for authenticating with the Akto Guardrail service.
|
||||
| ALLOWED_EMAIL_DOMAINS | List of email domains allowed for access
|
||||
| APSCHEDULER_COALESCE | Whether to combine multiple pending executions of a job into one. **Default is False**
|
||||
| APSCHEDULER_MAX_INSTANCES | Maximum number of concurrent instances of each job. **Default is 1**
|
||||
|
|
|
|||
|
|
@ -92,7 +92,8 @@ const sidebars = {
|
|||
"proxy/guardrails/prompt_injection",
|
||||
"proxy/guardrails/tool_permission",
|
||||
"proxy/guardrails/zscaler_ai_guard",
|
||||
"proxy/guardrails/javelin"
|
||||
"proxy/guardrails/javelin",
|
||||
"proxy/guardrails/akto"
|
||||
].sort(),
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue