File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff 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
2221sortOrder :
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
Original file line number Diff line number Diff 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
1414sortOrder :
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
You can’t perform that action at this time.
0 commit comments