Skip to content

Commit

Permalink
Default to local system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed May 1, 2024
1 parent 58891e3 commit 3cb8012
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ ui:
appSettings:
hf_model_name: *model-name
hf_model_instruction: "You are a helpful AI assistant. Please response appropriately."
# Use local system fonts by default to avoid GDPR issues
# with Gradio's defaults fonts which require fetching from
# the Google fonts API. To restore default Gradio theme
# fonts, remove the font and font-mono keys.
theme_params:
font:
- sans-serif
- Arial
font_mono:
- sans-serif
- Arial
# Container image config
image:
repository: ghcr.io/stackhpc/azimuth-llm-ui-base
Expand Down

0 comments on commit 3cb8012

Please sign in to comment.