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