Skip to content

Commit 9036995

Browse files
committed
Add page title option to Azimuth UI form
1 parent 60e6ace commit 9036995

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)