Skip to content

Commit

Permalink
Merge pull request #61 from stackhpc/image-app-page-title
Browse files Browse the repository at this point in the history
Add page title option to image analysis app creation form
  • Loading branch information
sd109 authored Nov 5, 2024
2 parents 60e6ace + 8a7ca4e commit 9f91952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/azimuth-image-analysis/azimuth-ui.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ controls:
sortOrder:
- /azimuth-llm/huggingface/model
- /azimuth-llm/huggingface/token
- /azimuth-llm/ui/appSettings/page_title
- /azimuth-llm/api/image/version
- /azimuth-llm/ui/appSettings/llm_params/temperature
- /azimuth-llm/ui/appSettings/llm_params/max_tokens
Expand Down
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 9f91952

Please sign in to comment.