File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
charts/azimuth-image-analysis Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ controls:
2121sortOrder :
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments