File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 30
30
"appSettings" : {
31
31
"type" : " object" ,
32
32
"properties" : {
33
- "hf_model_name " : {
33
+ "model_name " : {
34
34
"type" : " string" ,
35
35
"title" : " Model Name" ,
36
36
"description" : " Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above."
37
37
},
38
- "hf_model_instruction " : {
38
+ "model_instruction " : {
39
39
"type" : " string" ,
40
40
"title" : " Instruction" ,
41
41
"description" : " The initial system prompt (i.e. the hidden instruction) to use when generating responses." ,
94
94
}
95
95
},
96
96
"required" : [
97
- " hf_model_name" ,
98
- " hf_model_instruction"
97
+ " model_name"
99
98
]
100
99
}
101
100
}
Original file line number Diff line number Diff line change 82
82
enabled : true
83
83
# Container image config
84
84
image :
85
- repository : ghcr.io/stackhpc/azimuth-llm-chat-interface
86
- version : 87a0342
85
+ repository : ghcr.io/stackhpc/azimuth-llm-chat-ui
86
+ version : 58c4dcb
87
87
imagePullPolicy :
88
88
# The settings to be passed to the frontend web app.
89
89
# Format depends on the chosen UI image above. For each of the UIs
94
94
# with different config options for each web app.
95
95
appSettings :
96
96
model_name : *model-name
97
- model_instruction : " You are a helpful AI assistant. Please response appropriately."
98
97
# Use local system fonts by default to avoid GDPR issues
99
98
# with Gradio's defaults fonts which require fetching from
100
99
# the Google fonts API. To restore default Gradio theme
You can’t perform that action at this time.
0 commit comments