Skip to content

Commit 8b87c4e

Browse files
authored
chore(deploy): route chat through shared litellm aliases (#5067)
1 parent 3936210 commit 8b87c4e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

deploy/env-uzh-prd/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,36 +190,36 @@ chat:
190190
priorityClassName: production-workload
191191

192192
openai:
193-
baseUrl: 'http://litellm:4000/v1'
193+
baseUrl: 'http://litellm.prd-litellm.svc.cluster.local:4000/v1'
194194

195195
replicaCount: 1
196196

197197
autoscaling:
198198
enabled: false
199199

200200
automaticModels:
201-
primaryId: gpt-4.1
201+
primaryId: gpt-5.1
202202
fallbackId: gpt-4.1-mini
203203

204204
modelRegistry:
205205
- id: gpt-4.1
206-
deploymentId: gpt-4.1
206+
deploymentId: klickeruzh/azure/gpt-4.1
207207
name: GPT-4.1
208208
description: OpenAI model
209209
fallback: false
210210
cost:
211211
input: 2.0
212212
output: 8.0
213213
- id: gpt-5.1
214-
deploymentId: gpt-5.1
214+
deploymentId: klickeruzh/azure/gpt-5.1
215215
name: GPT-5.1
216216
description: OpenAI reasoning model
217217
fallback: false
218218
cost:
219219
input: 1.25
220220
output: 10.0
221221
- id: gpt-4.1-mini
222-
deploymentId: gpt-4.1-mini
222+
deploymentId: klickeruzh/azure/gpt-4.1-mini
223223
name: GPT-4.1 Mini
224224
description: Small OpenAI model
225225
fallback: true

deploy/env-uzh-stg/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,31 +152,31 @@ chat:
152152
priorityClassName: staging-workload
153153

154154
openai:
155-
baseUrl: 'http://litellm:4000/v1'
155+
baseUrl: 'http://litellm.stg-litellm.svc.cluster.local:4000/v1'
156156

157157
automaticModels:
158-
primaryId: gpt-4.1
158+
primaryId: gpt-5.1
159159
fallbackId: gpt-4.1-mini
160160

161161
modelRegistry:
162162
- id: gpt-4.1
163-
deploymentId: gpt-4.1
163+
deploymentId: klickeruzh/azure/gpt-4.1
164164
name: GPT-4.1
165165
description: OpenAI model
166166
fallback: false
167167
cost:
168168
input: 2.0
169169
output: 8.0
170170
- id: gpt-5.1
171-
deploymentId: gpt-5.1
171+
deploymentId: klickeruzh/azure/gpt-5.1
172172
name: GPT-5.1
173173
description: OpenAI reasoning model
174174
fallback: false
175175
cost:
176176
input: 1.25
177177
output: 10.0
178178
- id: gpt-4.1-mini
179-
deploymentId: gpt-4.1-mini
179+
deploymentId: klickeruzh/azure/gpt-4.1-mini
180180
name: GPT-4.1 Mini
181181
description: Small OpenAI model
182182
fallback: true

0 commit comments

Comments
 (0)