From 5cf1f346e5a5f492a4cd37a68d9e40d9e10d15d6 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 23 Oct 2023 17:25:59 -0700 Subject: [PATCH] Update README.md --- openai-proxy/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openai-proxy/README.md b/openai-proxy/README.md index 5f7dcf10f..cae8962d2 100644 --- a/openai-proxy/README.md +++ b/openai-proxy/README.md @@ -1,4 +1,4 @@ -# Openai-proxy +# openai-proxy A simple, fast, and lightweight **OpenAI-compatible server** to call 100+ LLM APIs. @@ -15,6 +15,8 @@ A simple, fast, and lightweight **OpenAI-compatible server** to call 100+ LLM AP ```shell docker run -e PORT=8000 -p 8000:8000 ghcr.io/berriai/litellm:latest + +# UVICORN: OpenAI Proxy running on http://0.0.0.0:8000 ``` ## Endpoints: