forked from phoenix/litellm-mirror
docs secret manager
This commit is contained in:
parent
58de3f9486
commit
cfdbb3d237
2 changed files with 12 additions and 35 deletions
|
@ -50,6 +50,14 @@ const sidebars = {
|
|||
label: "🪢 Logging",
|
||||
items: ["proxy/logging", "proxy/bucket", "proxy/streaming_logging"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Secret Manager - storing LLM API Keys",
|
||||
items: [
|
||||
"secret",
|
||||
"oidc"
|
||||
]
|
||||
},
|
||||
"proxy/team_logging",
|
||||
"proxy/guardrails",
|
||||
"proxy/tag_routing",
|
||||
|
@ -184,14 +192,6 @@ const sidebars = {
|
|||
"anthropic_completion"
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Secret Manager",
|
||||
items: [
|
||||
"secret",
|
||||
"oidc"
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "🚅 LiteLLM Python SDK",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue