From 432520ffcf95bc9121bc2b625270673e3620b2c8 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 3 Nov 2023 14:06:08 -0700 Subject: [PATCH] docs(simple_proxy.md): improving tutorial --- docs/my-website/docs/simple_proxy.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index 042bd48cd5..515af0b005 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -211,8 +211,6 @@ $ litellm --config /path/to/config.yaml ## Multiple Models -Evaluate between multiple models. - If you have 1 model running on a local GPU and another that's hosted (e.g. on Runpod), you can call both via the same litellm server by listing them in your `config.yaml`. ```yaml @@ -227,6 +225,10 @@ model_list: api_base: https:// ``` +```shell +$ litellm --config /path/to/config.yaml +``` + ### Evaluate model If you're repo let's you set model name, you can call the specific model by just passing in that model's name -