File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ azimuth-llm:
4
4
ui :
5
5
image :
6
6
repository : ghcr.io/stackhpc/azimuth-llm-chat-ui
7
+ service :
8
+ zenith :
9
+ enabled : true
7
10
appSettings :
8
11
model_name : *model-name
9
12
model_instruction : " You are a helpful AI assistant; please respond appropriately."
Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ azimuth-llm:
4
4
ui :
5
5
image :
6
6
repository : ghcr.io/stackhpc/azimuth-llm-image-analysis-ui
7
+ service :
8
+ zenith :
9
+ enabled : true
10
+ label : Image Analysis Interface
7
11
appSettings :
8
12
model_name : *model-name
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ metadata:
15
15
spec :
16
16
credentialSecretName : {{ .Release.Name }}-ui-zenith-credential
17
17
{{- end -}}
18
- {{- end -}}
18
+ {{- end -}}
Original file line number Diff line number Diff line change 46
46
zenith :
47
47
enabled : false
48
48
skipAuth : false
49
- label : Inference API
49
+ label : OpenAI API
50
50
iconUrl : https://raw.githubusercontent.com/vllm-project/vllm/v0.2.7/docs/source/assets/logos/vllm-logo-only-light.png
51
51
description : |
52
- The raw inference API endpoints for the deployed LLM.
52
+ The OpenAI API for the deployed LLM.
53
53
# Config for huggingface model cache volume
54
54
# This is mounted at /root/.cache/huggingface in the api deployment
55
55
cacheVolume :
You can’t perform that action at this time.
0 commit comments