Update README.md

This commit is contained in:
Krish Dholakia 2023-10-23 17:25:59 -07:00 committed by GitHub
parent 87c32d7a95
commit 5cf1f346e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Openai-proxy # openai-proxy
A simple, fast, and lightweight **OpenAI-compatible server** to call 100+ LLM APIs. 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 ```shell
docker run -e PORT=8000 -p 8000:8000 ghcr.io/berriai/litellm:latest 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: ## Endpoints: