From 5a2a9baa780fca7a7de38e462ad29fc58abab63a Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 31 Oct 2023 17:19:56 -0700 Subject: [PATCH] Update README.md --- litellm_server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm_server/README.md b/litellm_server/README.md index d075b3b4ee..881b7de9fd 100644 --- a/litellm_server/README.md +++ b/litellm_server/README.md @@ -50,9 +50,9 @@ Use the [router_config_template.yaml](https://github.com/BerriAI/litellm/blob/ma 1. Create a `config.yaml` file ```shell model_list: - - model_name: gpt-3.5-turbo + - model_name: gpt-3.5-turbo # set model alias litellm_params: # params for litellm.completion() - https://docs.litellm.ai/docs/completion/input#input---request-body - model: azure/chatgpt-v-2 # azure/ + model: azure/chatgpt-v-2 # azure/ <- actual name used for litellm.completion() api_key: your_azure_api_key api_version: your_azure_api_version api_base: your_azure_api_base