From 79eb8fc4861e8c24bd88df81ab8cc192e708d793 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Wed, 25 Oct 2023 14:17:44 -0700 Subject: [PATCH] Update router_config_template.yaml --- router_config_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router_config_template.yaml b/router_config_template.yaml index ed6e7adebc..a93de0ce58 100644 --- a/router_config_template.yaml +++ b/router_config_template.yaml @@ -1,4 +1,4 @@ -model_list: +model_list: # refer to https://docs.litellm.ai/docs/routing#quick-start - model_name: gpt-3.5-turbo litellm_params: model: azure/chatgpt-v-2 # azure/ @@ -25,4 +25,4 @@ model_list: environment_variables: REDIS_HOST: your_redis_host REDIS_PASSWORD: your_redis_password - REDIS_PORT: your_redis_port \ No newline at end of file + REDIS_PORT: your_redis_port