Skip to content

Commit 9dfcf3a

Browse files
committed
Update Azimuth UI config
1 parent b8737bc commit 9dfcf3a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

charts/azimuth-chat/azimuth-ui.schema.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ controls:
66
type: TextControl
77
secret: true
88
# Use mirror to mimic yaml anchor in base Helm chart
9-
/azimuth-llm/ui/appSettings/hf_model_name:
9+
/azimuth-llm/ui/appSettings/model_name:
1010
type: MirrorControl
1111
path: /azimuth-llm/huggingface/model
1212
visuallyHidden: true
@@ -16,13 +16,12 @@ controls:
1616
/azimuth-llm/api/modelMaxContextLength:
1717
type: IntegerControl
1818
minimum: 100
19-
step: 100
2019
required: false
2120

2221
sortOrder:
2322
- /azimuth-llm/huggingface/model
2423
- /azimuth-llm/huggingface/token
25-
- /azimuth-llm/ui/appSettings/hf_model_instruction
24+
- /azimuth-llm/ui/appSettings/model_instruction
2625
- /azimuth-llm/ui/appSettings/page_title
2726
- /azimuth-llm/api/image/version
2827
- /azimuth-llm/ui/appSettings/llm_temperature

charts/azimuth-image-analysis/azimuth-ui.schema.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ controls:
66
type: TextControl
77
secret: true
88
# Use mirror to mimic yaml anchor in base Helm chart
9-
/azimuth-llm/ui/appSettings/hf_model_name:
9+
/azimuth-llm/ui/appSettings/model_name:
1010
type: MirrorControl
1111
path: /azimuth-llm/huggingface/model
1212
visuallyHidden: true
1313

1414
sortOrder:
1515
- /huggingface/model
1616
- /huggingface/token
17-
- /ui/appSettings/hf_model_instruction
18-
- /ui/appSettings/page_title
1917
- /api/image/version
2018
- /ui/appSettings/llm_temperature
2119
- /ui/appSettings/llm_max_tokens
2220
- /ui/appSettings/llm_frequency_penalty
2321
- /ui/appSettings/llm_presence_penalty
2422
- /ui/appSettings/llm_top_p
2523
- /ui/appSettings/llm_top_k
26-
- /api/modelMaxContextLength

0 commit comments

Comments
 (0)