Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Jul 12, 2024
1 parent 0b57dc7 commit 4f126a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chart/azimuth-ui.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ controls:
# constrain to (optional) integer here.
/api/modelMaxContextLength:
type: IntegerControl
minimum: 100
step: 100
required: false

sortOrder:
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/api/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- include "azimuth-llm.chatTemplate" . | nindent 10 }}
{{- if .Values.api.modelMaxContextLength -}}
- --max-model-len
- {{ .Values.api.modelMaxContextLength }}
- {{ .Values.api.modelMaxContextLength | quote }}
{{- end -}}
{{- if .Values.api.extraArgs -}}
{{- .Values.api.extraArgs | toYaml | nindent 10 }}
Expand Down

0 comments on commit 4f126a9

Please sign in to comment.