From 8b26e64b5d35c0745cd542bc80593a031a576aff Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 20 Dec 2023 06:02:05 +0530 Subject: [PATCH] (fix) proxy: add link t swagger docs on startup --- litellm/proxy/proxy_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 0ebd8242d..1aaab7d14 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -774,6 +774,7 @@ def initialize( print(f"\033[1;34mLiteLLM: Test your local proxy with: \"litellm --test\" This runs an openai.ChatCompletion request to your proxy [In a new terminal tab]\033[0m\n") print(f"\033[1;34mLiteLLM: Curl Command Test for your local proxy\n {curl_command} \033[0m\n") print("\033[1;34mDocs: https://docs.litellm.ai/docs/simple_proxy\033[0m\n") + print(f"\033[1;34mSee all Router/Swagger docs on http://0.0.0.0:8000 \033[0m\n") # for streaming def data_generator(response): print_verbose("inside generator")