From 4e03e1509f73d8872aeca8bf04ada4db699c437e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 19 Sep 2024 15:10:59 -0700 Subject: [PATCH] docs docker quick start --- docs/my-website/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/index.md b/docs/my-website/docs/index.md index a2d3068be..4c48c868f 100644 --- a/docs/my-website/docs/index.md +++ b/docs/my-website/docs/index.md @@ -424,7 +424,7 @@ $ litellm --model huggingface/bigcode/starcoder -### Step 1. CREATE config.yaml +Step 1. CREATE config.yaml Example `litellm_config.yaml` @@ -438,7 +438,7 @@ model_list: api_version: "2023-07-01-preview" ``` -### Step 2. RUN Docker Image +Step 2. RUN Docker Image ```shell docker run \