Update .env.local.template
Browse files- .env.local.template +3 -3
.env.local.template
CHANGED
@@ -23,7 +23,7 @@ OPENAI_API_KEY=${OPENAI_API_KEY}
|
|
23 |
|
24 |
MODELS=`[
|
25 |
{
|
26 |
-
"name": "Yi-34B-Chat",
|
27 |
"parameters": {
|
28 |
"temperature": 0.3,
|
29 |
"top_p": 0.8,
|
@@ -61,5 +61,5 @@ PARQUET_EXPORT_SECRET=
|
|
61 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
62 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
63 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
64 |
-
PUBLIC_APP_DATA_SHARING
|
65 |
-
PUBLIC_APP_DATA_DISCLAIMER
|
|
|
23 |
|
24 |
MODELS=`[
|
25 |
{
|
26 |
+
"name": "01-ai/Yi-34B-Chat",
|
27 |
"parameters": {
|
28 |
"temperature": 0.3,
|
29 |
"top_p": 0.8,
|
|
|
61 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
62 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
63 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
64 |
+
PUBLIC_APP_DATA_SHARING=1#set to 1 to enable disclaimers & options about data sharing
|
65 |
+
PUBLIC_APP_DATA_DISCLAIMER=1#set to 1 to enable disclaimers about model outputs
|