mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix indentation
This commit is contained in:
parent
da2cefc45a
commit
a4b88c16dc
1 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue