Skip to content

Commit d838340

Browse files
authoredMar 11, 2025··
add LLM_MODEL_ID env to audioqna to set the correct model (#861)
Signed-off-by: Ruan Hao <[email protected]>
1 parent b4b60e8 commit d838340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎helm-charts/audioqna/templates/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value: {{ include "tgi.fullname" (index .Subcharts "tgi") }}
3939
- name: LLM_SERVER_PORT
4040
value: "80"
41+
- name: LLM_MODEL_ID
42+
value: {{ .Values.tgi.LLM_MODEL_ID | quote }}
4143
- name: WHISPER_SERVER_HOST_IP
4244
value: {{ include "whisper.fullname" (index .Subcharts "whisper") }}
4345
- name: WHISPER_SERVER_PORT

0 commit comments

Comments
 (0)
Please sign in to comment.