Spaces:
Build error
Build error
research4pan
commited on
Commit
•
8c9335f
1
Parent(s):
441727d
Update examples
Browse files- .env.local.template +7 -7
.env.local.template
CHANGED
@@ -27,14 +27,14 @@ MODELS=`[
|
|
27 |
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
-
"title": "
|
31 |
-
"prompt": "
|
32 |
}, {
|
33 |
-
"title": "
|
34 |
-
"prompt": "What
|
35 |
}, {
|
36 |
-
"title": "
|
37 |
-
"prompt": "
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|
@@ -68,4 +68,4 @@ PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
|
68 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
69 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
70 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
71 |
-
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|
|
|
27 |
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
+
"title": "Black Holes",
|
31 |
+
"prompt": "What are recent discoveries about black holes?"
|
32 |
}, {
|
33 |
+
"title": "Supernova",
|
34 |
+
"prompt": "What are recent discoveries about supernova?"
|
35 |
}, {
|
36 |
+
"title": "Dark Matter",
|
37 |
+
"prompt": "What are recent discoveries about dark matter?"
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|
|
|
68 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
69 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
70 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
71 |
+
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|