From e80aba6e0cdc2c551c45a3dc74ff51fa91f81cad Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 18 Sep 2023 16:37:23 -0700 Subject: [PATCH] docs update --- docs/my-website/docs/proxy_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy_api.md b/docs/my-website/docs/proxy_api.md index 29d054f27..8de2213f2 100644 --- a/docs/my-website/docs/proxy_api.md +++ b/docs/my-website/docs/proxy_api.md @@ -15,7 +15,7 @@ This is your unique LiteLLM API Key. It has a max budget of $100 which is reset Now let's call **claude-2** (Anthropic) and **llama2-70b-32k** (TogetherAI). -``` +```python from litellm import completion import os