From 8bb9be3c5a335f97235cf27a9fcb18e544b920fc Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 12 Oct 2023 21:42:19 -0700 Subject: [PATCH] docs(proxy_server): fix code --- docs/my-website/docs/proxy_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy_server.md b/docs/my-website/docs/proxy_server.md index 1a92c6046f2..3a8fd32b0f0 100644 --- a/docs/my-website/docs/proxy_server.md +++ b/docs/my-website/docs/proxy_server.md @@ -304,7 +304,7 @@ print(result) To save API Keys, change model prompt, etc. you'll need to create a local instance of it: ```shell -$ litellm --create-proxy +$ litellm --create_proxy ``` This will create a local project called `litellm-proxy` in your current directory, that has: * **proxy_cli.py**: Runs the proxy