From 9036995ddfc058d5e44a07cb5918e7049f213cd5 Mon Sep 17 00:00:00 2001 From: sd109 Date: Tue, 5 Nov 2024 14:24:24 +0000 Subject: [PATCH] Add page title option to Azimuth UI form --- charts/azimuth-image-analysis/values.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/azimuth-image-analysis/values.schema.json b/charts/azimuth-image-analysis/values.schema.json index ef73838..f4eca39 100644 --- a/charts/azimuth-image-analysis/values.schema.json +++ b/charts/azimuth-image-analysis/values.schema.json @@ -57,6 +57,12 @@ "title": "Model Name", "description": "Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above." }, + "page_title": { + "type": "string", + "title": "Page Title", + "description": "The title to display at the top of the chat interface.", + "default": "Vision Model Image Analysis" + }, "llm_params": { "$comment": "top_k parameter causes vLLM to error for most (all?) vision models so is excluded here", "type": "object",