Skip to content

Commit

Permalink
Add page title option to Azimuth UI form
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 5, 2024
1 parent 60e6ace commit 9036995
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/azimuth-image-analysis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9036995

Please sign in to comment.