forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
127acb766d
commit
d8aa7d1aaf
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -90,9 +90,16 @@ litellm --model <model_name>
|
|||
```
|
||||
Running your model locally or on a custom endpoint ? Set the `--api-base` parameter [see how](https://docs.litellm.ai/docs/proxy_server)
|
||||
|
||||
### Self-host server
|
||||
### Multiple LLMs ([Docs](https://docs.litellm.ai/docs/proxy_server#multiple-llms))
|
||||
```shell
|
||||
$ litellm
|
||||
|
||||
1. Clone the repo ([Docs](https://docs.litellm.ai/docs/proxy_server#deploy-proxy))
|
||||
#INFO: litellm proxy running on http://0.0.0.0:8000
|
||||
```
|
||||
|
||||
### Self-host server ([Docs](https://docs.litellm.ai/docs/proxy_server#deploy-proxy))
|
||||
|
||||
1. Clone the repo
|
||||
```shell
|
||||
git clone https://github.com/BerriAI/litellm.git
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue