We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b60e8 commit d838340Copy full SHA for d838340
helm-charts/audioqna/templates/deployment.yaml
@@ -38,6 +38,8 @@ spec:
38
value: {{ include "tgi.fullname" (index .Subcharts "tgi") }}
39
- name: LLM_SERVER_PORT
40
value: "80"
41
+ - name: LLM_MODEL_ID
42
+ value: {{ .Values.tgi.LLM_MODEL_ID | quote }}
43
- name: WHISPER_SERVER_HOST_IP
44
value: {{ include "whisper.fullname" (index .Subcharts "whisper") }}
45
- name: WHISPER_SERVER_PORT
0 commit comments