Skip to content

Commit

Permalink
Update Azimuth UI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 31, 2024
1 parent b8737bc commit 9dfcf3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions charts/azimuth-chat/azimuth-ui.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ controls:
type: TextControl
secret: true
# Use mirror to mimic yaml anchor in base Helm chart
/azimuth-llm/ui/appSettings/hf_model_name:
/azimuth-llm/ui/appSettings/model_name:
type: MirrorControl
path: /azimuth-llm/huggingface/model
visuallyHidden: true
Expand All @@ -16,13 +16,12 @@ controls:
/azimuth-llm/api/modelMaxContextLength:
type: IntegerControl
minimum: 100
step: 100
required: false

sortOrder:
- /azimuth-llm/huggingface/model
- /azimuth-llm/huggingface/token
- /azimuth-llm/ui/appSettings/hf_model_instruction
- /azimuth-llm/ui/appSettings/model_instruction
- /azimuth-llm/ui/appSettings/page_title
- /azimuth-llm/api/image/version
- /azimuth-llm/ui/appSettings/llm_temperature
Expand Down
5 changes: 1 addition & 4 deletions charts/azimuth-image-analysis/azimuth-ui.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ controls:
type: TextControl
secret: true
# Use mirror to mimic yaml anchor in base Helm chart
/azimuth-llm/ui/appSettings/hf_model_name:
/azimuth-llm/ui/appSettings/model_name:
type: MirrorControl
path: /azimuth-llm/huggingface/model
visuallyHidden: true

sortOrder:
- /huggingface/model
- /huggingface/token
- /ui/appSettings/hf_model_instruction
- /ui/appSettings/page_title
- /api/image/version
- /ui/appSettings/llm_temperature
- /ui/appSettings/llm_max_tokens
- /ui/appSettings/llm_frequency_penalty
- /ui/appSettings/llm_presence_penalty
- /ui/appSettings/llm_top_p
- /ui/appSettings/llm_top_k
- /api/modelMaxContextLength

0 comments on commit 9dfcf3a

Please sign in to comment.