Skip to content

Commit 4f126a9

Browse files
author
sd109
committed
Bug fixes
1 parent 0b57dc7 commit 4f126a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

chart/azimuth-ui.schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ controls:
1515
# constrain to (optional) integer here.
1616
/api/modelMaxContextLength:
1717
type: IntegerControl
18+
minimum: 100
19+
step: 100
1820
required: false
1921

2022
sortOrder:

chart/templates/api/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
{{- include "azimuth-llm.chatTemplate" . | nindent 10 }}
3232
{{- if .Values.api.modelMaxContextLength -}}
3333
- --max-model-len
34-
- {{ .Values.api.modelMaxContextLength }}
34+
- {{ .Values.api.modelMaxContextLength | quote }}
3535
{{- end -}}
3636
{{- if .Values.api.extraArgs -}}
3737
{{- .Values.api.extraArgs | toYaml | nindent 10 }}

0 commit comments

Comments
 (0)