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 3030 "appSettings" : {
3131 "type" : " object" ,
3232 "properties" : {
33- "hf_model_name " : {
33+ "model_name " : {
3434 "type" : " string" ,
3535 "title" : " Model Name" ,
3636 "description" : " Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above."
3737 },
38- "hf_model_instruction " : {
38+ "model_instruction " : {
3939 "type" : " string" ,
4040 "title" : " Instruction" ,
4141 "description" : " The initial system prompt (i.e. the hidden instruction) to use when generating responses." ,
9494 }
9595 },
9696 "required" : [
97- " hf_model_name" ,
98- " hf_model_instruction"
97+ " model_name"
9998 ]
10099 }
101100 }
Original file line number Diff line number Diff line change 8282 enabled : true
8383 # Container image config
8484 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
8787 imagePullPolicy :
8888 # The settings to be passed to the frontend web app.
8989 # Format depends on the chosen UI image above. For each of the UIs
9494 # with different config options for each web app.
9595 appSettings :
9696 model_name : *model-name
97- model_instruction : " You are a helpful AI assistant. Please response appropriately."
9897 # Use local system fonts by default to avoid GDPR issues
9998 # with Gradio's defaults fonts which require fetching from
10099 # the Google fonts API. To restore default Gradio theme
You can’t perform that action at this time.
0 commit comments