forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
87c32d7a95
commit
5cf1f346e5
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue