File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 80
80
ui :
81
81
# Toggles installation of the gradio web UI
82
82
enabled : true
83
- # The file from the UI config map to execute as the entrypoint to the frontend app
84
- entrypoint : app.py
85
- # The values to be written to settings.yml for parsing as frontend app setting
86
- # (see example_app.py and config.py for example using pydantic-settings to configure app)
83
+ # Container image config
84
+ image :
85
+ repository : ghcr.io/stackhpc/azimuth-llm-chat-interface
86
+ version : 87a0342
87
+ imagePullPolicy :
88
+ # The settings to be passed to the frontend web app.
89
+ # Format depends on the chosen UI image above. For each of the UIs
90
+ # included in the web-apps/ folder of this git repository there is a
91
+ # defaults.yml file (e.g. web-apps/text-chat/defaults.yml) listing all
92
+ # available configuration options.
93
+ # FIXME: Figure out how to make JSON schema fit
94
+ # with different config options for each web app.
87
95
appSettings :
88
- hf_model_name : *model-name
89
- hf_model_instruction : " You are a helpful AI assistant. Please response appropriately."
96
+ model_name : *model-name
97
+ model_instruction : " You are a helpful AI assistant. Please response appropriately."
90
98
# Use local system fonts by default to avoid GDPR issues
91
99
# with Gradio's defaults fonts which require fetching from
92
100
# the Google fonts API. To restore default Gradio theme
98
106
font_mono :
99
107
- sans-serif
100
108
- Arial
101
- # Container image config
102
- image :
103
- repository : ghcr.io/stackhpc/azimuth-llm-chat-interface
104
- version : 87a0342
105
- imagePullPolicy :
106
109
# Service config
107
110
service :
108
111
name : web-app
You can’t perform that action at this time.
0 commit comments