Update README.md

This commit is contained in:
Krish Dholakia 2023-09-26 14:58:21 -07:00 committed by GitHub
parent ecb8d4c428
commit ad5dff66a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ This works for async + streaming as well.
```python
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#advanced-setting-api-base)
Running your model locally or on a custom endpoint ? Set the `--api-base` parameter [see how](https://docs.litellm.ai/docs/proxy_server)
# Contributing
To contribute: Clone the repo locally -> Make a change -> Submit a PR with the change.