fix indentation

This commit is contained in:
Ishaan Jaff 2024-08-29 17:01:23 -07:00
parent da2cefc45a
commit a4b88c16dc

View file

@ -4,21 +4,22 @@ model_list:
model: openai/fake
api_key: fake-key
api_base: https://exampleopenaiendpoint-production.up.railway.app/
tags: ["teamA"] # 👈 Key Change
tags: ["teamA"]
model_info:
id: "team-a-model" # used for identifying model in response headers
id: "team-a-model"
- model_name: fake-openai-endpoint
litellm_params:
model: openai/fake
api_key: fake-key
api_base: https://exampleopenaiendpoint-production.up.railway.app/
tags: ["teamB"] # 👈 Key Change
tags: ["teamB"]
model_info:
id: "team-b-model" # used for identifying model in response headers
- model_name: rerank-english-v3.0
litellm_params:
model: cohere/rerank-english-v3.0
api_key: os.environ/COHERE_API_KEY
id: "team-b-model"
- model_name: rerank-english-v3.0 # Fixed indentation here
litellm_params:
model: cohere/rerank-english-v3.0
api_key: os.environ/COHERE_API_KEY
litellm_settings:
cache: true