Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/azimuth-chat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ azimuth-llm:
ui:
image:
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
service:
zenith:
enabled: true
appSettings:
model_name: *model-name
model_instruction: "You are a helpful AI assistant; please respond appropriately."
4 changes: 4 additions & 0 deletions charts/azimuth-image-analysis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ azimuth-llm:
ui:
image:
repository: ghcr.io/stackhpc/azimuth-llm-image-analysis-ui
service:
zenith:
enabled: true
label: Image Analysis Interface
appSettings:
model_name: *model-name
2 changes: 1 addition & 1 deletion charts/azimuth-llm/templates/ui/ui-zenith-reservation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ metadata:
spec:
credentialSecretName: {{ .Release.Name }}-ui-zenith-credential
{{- end -}}
{{- end -}}
{{- end -}}
4 changes: 2 additions & 2 deletions charts/azimuth-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ api:
zenith:
enabled: false
skipAuth: false
label: Inference API
label: OpenAI API
iconUrl: https://raw.githubusercontent.com/vllm-project/vllm/v0.2.7/docs/source/assets/logos/vllm-logo-only-light.png
description: |
The raw inference API endpoints for the deployed LLM.
The OpenAI API for the deployed LLM.
# Config for huggingface model cache volume
# This is mounted at /root/.cache/huggingface in the api deployment
cacheVolume:
Expand Down
Loading