Skip to content

Commit 26f7c09

Browse files
authored
Merge pull request #62 from stackhpc/update/zenith-config
Update default config for Zenith services
2 parents 9f91952 + 62c7d1c commit 26f7c09

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

charts/azimuth-chat/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ azimuth-llm:
44
ui:
55
image:
66
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
7+
service:
8+
zenith:
9+
enabled: true
710
appSettings:
811
model_name: *model-name
912
model_instruction: "You are a helpful AI assistant; please respond appropriately."

charts/azimuth-image-analysis/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ azimuth-llm:
44
ui:
55
image:
66
repository: ghcr.io/stackhpc/azimuth-llm-image-analysis-ui
7+
service:
8+
zenith:
9+
enabled: true
10+
label: Image Analysis Interface
711
appSettings:
812
model_name: *model-name

charts/azimuth-llm/templates/ui/ui-zenith-reservation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ metadata:
1515
spec:
1616
credentialSecretName: {{ .Release.Name }}-ui-zenith-credential
1717
{{- end -}}
18-
{{- end -}}
18+
{{- end -}}

charts/azimuth-llm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ api:
4646
zenith:
4747
enabled: false
4848
skipAuth: false
49-
label: Inference API
49+
label: OpenAI API
5050
iconUrl: https://raw.githubusercontent.com/vllm-project/vllm/v0.2.7/docs/source/assets/logos/vllm-logo-only-light.png
5151
description: |
52-
The raw inference API endpoints for the deployed LLM.
52+
The OpenAI API for the deployed LLM.
5353
# Config for huggingface model cache volume
5454
# This is mounted at /root/.cache/huggingface in the api deployment
5555
cacheVolume:

0 commit comments

Comments
 (0)