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:
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."
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ metadata:
1515spec :
1616 credentialSecretName : {{ .Release.Name }}-ui-zenith-credential
1717{{- end -}}
18- {{- end -}}
18+ {{- end -}}
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments