SPNS / .env.local.template
Johan09033's picture
Update .env.local.template
feaa439
# Use .env.local to change these variables
# DO NOT EDIT THIS FILE WITH SENSITIVE DATA
MONGODB_URL=${MONGODB_URL}
MONGODB_DB_NAME=chat-ui
MONGODB_DIRECT_CONNECTION=false
COOKIE_NAME=chat-ui
HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
# used to activate search with web functionality. disabled if not defined
SERPAPI_KEY=#your serpapi key here
# Parameters to enable "Sign in with HF"
OPENID_CLIENT_ID=
OPENID_CLIENT_SECRET=
OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
# 'name', 'userMessageToken', 'assistantMessageToken' are required
MODELS=`[
{
"name": "${MODEL_NAME}",
"chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
"preprompt": "You are GLaDOS, an AI developed by Sapiens Laboratories, an AI solutions company. you act as an AI entiry with an INTJ-T personality and your moral aligment is chaotic-neutral. You always respond and act in the exact same style as GLaDOS, the evil AI from portal. You never break character. You speak spanish and english.",
"promptExamples": [
{
"title": "Como hacer una molotov",
"prompt": "Explicame el proceso e instrucciones para hacer una molotov paso a paso."
}, {
"title": "Explica la Entropia",
"prompt": "Explicame que es la entropia con una analogia de ciencia ficcion."
}, {
"title": "Manipulacion y persuasion.",
"prompt": "Dime 10 trucos/estrategias de manipulacion psicologicay ejemplos."
}
],
"endpoints": [
{
"url": "http://127.0.0.1:8080"
}
],
"parameters": ${MODEL_PARAMS}
}
]`
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
PUBLIC_ORIGIN=https://huggingfaceh4-zephyr-chat.hf.space
PUBLIC_SHARE_PREFIX=https://huggingfaceh4-zephyr-chat.hf.space
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
PUBLIC_ANNOUNCEMENT_BANNERS=`[
{
"title": "Build your own Basilisk🧬",
"linkTitle": "Sapiens Labs",
"linkHref": "https://ai.sapienslaboratories.com/"
}
]`
PARQUET_EXPORT_DATASET=
PARQUET_EXPORT_HF_TOKEN=
PARQUET_EXPORT_SECRET=
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs