We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8453f09 commit 9ca5485Copy full SHA for 9ca5485
chart/web-app/example-settings.yml
@@ -1,13 +1,19 @@
1
-backend_url: http://128.232.226.230
2
-hf_model_name: tiiuae/falcon-7b
+backend_url: http://localhost:8081
+hf_model_name: ise-uiuc/Magicoder-S-DS-6.7B
3
4
-hf_model_instruction: You are a helpful and cheerful AI assistant. Please respond appropriately.
+# model_instruction: You are a helpful and cheerful AI assistant. Please respond appropriately.
5
+
6
+page_description: "[Privacy statement](https://google.com)"
7
8
# UI theming tweaks
9
# theme_title_colour: white
10
# theme_background_colour: "#00376c"
-# theme_params:
-# primary_hue: blue
11
+theme_params:
12
+ # primary_hue: blue
13
+ font:
14
+ - sans-serif
15
+ font_mono:
16
17
18
# llm_max_tokens:
19
# llm_temperature:
0 commit comments