From 2c67bda13715bc3b315aa69a9312dfc9fbec7e49 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 9 Nov 2023 10:38:19 -0800 Subject: [PATCH] (docs) proxy --- docs/my-website/docs/simple_proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index aacb3292fb..490df23a70 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -170,7 +170,7 @@ $ litellm --model command-nightly - GET `/models` - available models on server -### Using with OpenAI compatible projects +## Using with OpenAI compatible projects LiteLLM allows you to set `openai.api_base` to the proxy server and use all LiteLLM supported LLMs in any OpenAI supported project @@ -341,7 +341,7 @@ print(result) -## Advanced +## Proxy Configs ### Set Custom Prompt Templates