From 6fb178dc942c1d1844c192e472af7105c5012384 Mon Sep 17 00:00:00 2001 From: Frank Colson Date: Thu, 30 Nov 2023 16:43:09 -0700 Subject: [PATCH] Update docs --- docs/my-website/docs/proxy_server.md | 2 +- docs/my-website/docs/simple_proxy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy_server.md b/docs/my-website/docs/proxy_server.md index 438e68cf7..ec8ca15c5 100644 --- a/docs/my-website/docs/proxy_server.md +++ b/docs/my-website/docs/proxy_server.md @@ -13,7 +13,7 @@ Docs outdated. New docs 👉 [here](./simple_proxy.md) ## Usage ```shell -pip install litellm +pip install litellm[proxy] ``` ```shell $ litellm --model ollama/codellama diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index fd709eab8..6df34bad2 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -16,7 +16,7 @@ LiteLLM Server manages: View all the supported args for the Proxy CLI [here](https://docs.litellm.ai/docs/simple_proxy#proxy-cli-arguments) ```shell -$ pip install litellm +$ pip install litellm[proxy] ``` ```shell