docs - use consistent name for LiteLLM proxy server

This commit is contained in:
Ishaan Jaff 2024-08-03 12:49:35 -07:00
parent 6faeac4cf6
commit 5bc8b59b11
13 changed files with 99 additions and 99 deletions

View file

@ -20,10 +20,10 @@ const sidebars = {
{ type: "doc", id: "index" }, // NEW
{
type: "category",
label: "💥 OpenAI Proxy Server",
label: "💥 LiteLLM Proxy Server",
link: {
type: "generated-index",
title: "💥 OpenAI Proxy Server",
title: "💥 LiteLLM Proxy Server",
description: `Proxy Server to call 100+ LLMs in a unified interface & track spend, set budgets per virtual key/user`,
slug: "/simple_proxy",
},