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