From ad5dff66a9ad45e417fda2b9cb6372bc557669c6 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 26 Sep 2023 14:58:21 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab94d6b4..62d4fa2ef 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ This works for async + streaming as well. ```python litellm --model ``` -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.