From c99fa955f4b8ac37ff7e112c57c34a4a5ee1cd03 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 23 Oct 2023 17:24:16 -0700 Subject: [PATCH] docs(openai-proxy-readme): add docker package to readme --- openai-proxy/README.md | 5 +++++ openai-proxy/requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openai-proxy/README.md b/openai-proxy/README.md index 4d1ec0516..da98dcb38 100644 --- a/openai-proxy/README.md +++ b/openai-proxy/README.md @@ -13,6 +13,11 @@ A simple, fast, and lightweight **OpenAI-compatible server** to call 100+ LLM AP ## Usage +```shell +docker run -e PORT=8000 -p 8000:8000 ghcr.io/berriai/litellm:latest +``` + +### Running Locally ```shell $ git clone https://github.com/BerriAI/litellm.git ``` diff --git a/openai-proxy/requirements.txt b/openai-proxy/requirements.txt index 8dda011eb..68883c267 100644 --- a/openai-proxy/requirements.txt +++ b/openai-proxy/requirements.txt @@ -3,4 +3,4 @@ fastapi uvicorn boto3 litellm -dotenv \ No newline at end of file +python-dotenv \ No newline at end of file