From 9f999629cd30eceb080cfa98bf21400ffd20b403 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 14 Oct 2023 12:19:55 -0700 Subject: [PATCH] (feat) proxy_cli cleanup --- litellm/proxy/proxy_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/proxy_cli.py b/litellm/proxy/proxy_cli.py index 99f3f8bed4..d8bbc9dace 100644 --- a/litellm/proxy/proxy_cli.py +++ b/litellm/proxy/proxy_cli.py @@ -205,7 +205,6 @@ def run_server(host, port, api_base, model, add_key, deploy, debug, temperature, import uvicorn except: raise ImportError("Uvicorn needs to be imported. Run - `pip install uvicorn`") - print(f"\033[32mLiteLLM: Deployed Proxy Locally\033[0m\n") print(f"\033[32mLiteLLM: Test your local endpoint with: \"litellm --test\" [In a new terminal tab]\033[0m\n") print(f"\033[32mLiteLLM: Deploy your proxy using the following: \"litellm --model claude-instant-1 --deploy\" Get an https://api.litellm.ai/chat/completions endpoint \033[0m\n")