Skip to content

Commit b462043

Browse files
committed
Fixup failing chart tests
1 parent a8c5a77 commit b462043

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed
File renamed without changes.

chart/values.schema.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"appSettings": {
3131
"type": "object",
3232
"properties": {
33-
"hf_model_name": {
33+
"model_name": {
3434
"type": "string",
3535
"title": "Model Name",
3636
"description": "Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above."
3737
},
38-
"hf_model_instruction": {
38+
"model_instruction": {
3939
"type": "string",
4040
"title": "Instruction",
4141
"description": "The initial system prompt (i.e. the hidden instruction) to use when generating responses.",
@@ -94,8 +94,7 @@
9494
}
9595
},
9696
"required": [
97-
"hf_model_name",
98-
"hf_model_instruction"
97+
"model_name"
9998
]
10099
}
101100
}

chart/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ ui:
8282
enabled: true
8383
# Container image config
8484
image:
85-
repository: ghcr.io/stackhpc/azimuth-llm-chat-interface
86-
version: 87a0342
85+
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
86+
version: 58c4dcb
8787
imagePullPolicy:
8888
# The settings to be passed to the frontend web app.
8989
# Format depends on the chosen UI image above. For each of the UIs
@@ -94,7 +94,6 @@ ui:
9494
# with different config options for each web app.
9595
appSettings:
9696
model_name: *model-name
97-
model_instruction: "You are a helpful AI assistant. Please response appropriately."
9897
# Use local system fonts by default to avoid GDPR issues
9998
# with Gradio's defaults fonts which require fetching from
10099
# the Google fonts API. To restore default Gradio theme

0 commit comments

Comments
 (0)