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:
6
6
type : TextControl
7
7
secret : true
8
8
# 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 :
10
10
type : MirrorControl
11
11
path : /azimuth-llm/huggingface/model
12
12
visuallyHidden : true
@@ -16,13 +16,12 @@ controls:
16
16
/azimuth-llm/api/modelMaxContextLength :
17
17
type : IntegerControl
18
18
minimum : 100
19
- step : 100
20
19
required : false
21
20
22
21
sortOrder :
23
22
- /azimuth-llm/huggingface/model
24
23
- /azimuth-llm/huggingface/token
25
- - /azimuth-llm/ui/appSettings/hf_model_instruction
24
+ - /azimuth-llm/ui/appSettings/model_instruction
26
25
- /azimuth-llm/ui/appSettings/page_title
27
26
- /azimuth-llm/api/image/version
28
27
- /azimuth-llm/ui/appSettings/llm_temperature
Original file line number Diff line number Diff line change @@ -6,21 +6,18 @@ controls:
6
6
type : TextControl
7
7
secret : true
8
8
# 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 :
10
10
type : MirrorControl
11
11
path : /azimuth-llm/huggingface/model
12
12
visuallyHidden : true
13
13
14
14
sortOrder :
15
15
- /huggingface/model
16
16
- /huggingface/token
17
- - /ui/appSettings/hf_model_instruction
18
- - /ui/appSettings/page_title
19
17
- /api/image/version
20
18
- /ui/appSettings/llm_temperature
21
19
- /ui/appSettings/llm_max_tokens
22
20
- /ui/appSettings/llm_frequency_penalty
23
21
- /ui/appSettings/llm_presence_penalty
24
22
- /ui/appSettings/llm_top_p
25
23
- /ui/appSettings/llm_top_k
26
- - /api/modelMaxContextLength
You can’t perform that action at this time.
0 commit comments