Skip to content

Commit 62c7d1c

Browse files
authored
Merge branch 'main' into update/zenith-config
2 parents af6310f + 9f91952 commit 62c7d1c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ controls:
2121
sortOrder:
2222
- /azimuth-llm/huggingface/model
2323
- /azimuth-llm/huggingface/token
24+
- /azimuth-llm/ui/appSettings/page_title
2425
- /azimuth-llm/api/image/version
2526
- /azimuth-llm/ui/appSettings/llm_params/temperature
2627
- /azimuth-llm/ui/appSettings/llm_params/max_tokens

charts/azimuth-image-analysis/values.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
"title": "Model Name",
5858
"description": "Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above."
5959
},
60+
"page_title": {
61+
"type": "string",
62+
"title": "Page Title",
63+
"description": "The title to display at the top of the chat interface.",
64+
"default": "Vision Model Image Analysis"
65+
},
6066
"llm_params": {
6167
"$comment": "top_k parameter causes vLLM to error for most (all?) vision models so is excluded here",
6268
"type": "object",

0 commit comments

Comments
 (0)