We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e6ace commit 9036995Copy full SHA for 9036995
charts/azimuth-image-analysis/values.schema.json
@@ -57,6 +57,12 @@
57
"title": "Model Name",
58
"description": "Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above."
59
},
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
+ },
66
"llm_params": {
67
"$comment": "top_k parameter causes vLLM to error for most (all?) vision models so is excluded here",
68
"type": "object",
0 commit comments