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:
21
21
sortOrder :
22
22
- /azimuth-llm/huggingface/model
23
23
- /azimuth-llm/huggingface/token
24
+ - /azimuth-llm/ui/appSettings/page_title
24
25
- /azimuth-llm/api/image/version
25
26
- /azimuth-llm/ui/appSettings/llm_params/temperature
26
27
- /azimuth-llm/ui/appSettings/llm_params/max_tokens
Original file line number Diff line number Diff line change 57
57
"title" : " Model Name" ,
58
58
"description" : " Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above."
59
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
+ },
60
66
"llm_params" : {
61
67
"$comment" : " top_k parameter causes vLLM to error for most (all?) vision models so is excluded here" ,
62
68
"type" : " object" ,
You can’t perform that action at this time.
0 commit comments