Spaces:
Building
Building
ehristoforu
commited on
Commit
•
48a5551
1
Parent(s):
73bda21
Update .env.local.template
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -14,7 +14,7 @@ USE_LOCAL_WEBSEARCH=false
|
|
14 |
#OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
|
15 |
#OPENID_CLIENT_SECRET=${OPENID_CLIENT_SECRET}
|
16 |
#OPENID_SCOPES="openid profile"
|
17 |
-
#OPENID_PROVIDER_URL=https://
|
18 |
|
19 |
|
20 |
|
@@ -81,7 +81,7 @@ MODELS=`[
|
|
81 |
},
|
82 |
{
|
83 |
"name": "gpt-4o",
|
84 |
-
"displayName": "GPT-
|
85 |
"modelUrl": "https://platform.openai.com/docs/models/gpt-4o",
|
86 |
"websiteUrl": "https://openai.com/chatgpt",
|
87 |
"parameters": {
|
@@ -396,7 +396,7 @@ MODELS=`[
|
|
396 |
]`
|
397 |
|
398 |
OLD_MODELS=`[]`
|
399 |
-
TASK_MODEL=gpt-3.5-turbo
|
400 |
|
401 |
LLM_SUMMERIZATION=false
|
402 |
|
@@ -420,7 +420,7 @@ PARQUET_EXPORT_SECRET=
|
|
420 |
|
421 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
422 |
PUBLIC_APP_DESCRIPTION=We provide free access to the latest AI models. There is a possibility that some models may be temporarily unavailable, in which case please select another model.
|
423 |
-
PUBLIC_APP_ASSETS=
|
424 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
425 |
PUBLIC_APP_DATA_SHARING=1#set to 1 to enable disclaimers & options about data sharing
|
426 |
PUBLIC_APP_DATA_DISCLAIMER1=#set to 1 to enable disclaimers about model outputs
|
|
|
14 |
#OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
|
15 |
#OPENID_CLIENT_SECRET=${OPENID_CLIENT_SECRET}
|
16 |
#OPENID_SCOPES="openid profile"
|
17 |
+
#OPENID_PROVIDER_URL=https://google.com
|
18 |
|
19 |
|
20 |
|
|
|
81 |
},
|
82 |
{
|
83 |
"name": "gpt-4o",
|
84 |
+
"displayName": "GPT-4o",
|
85 |
"modelUrl": "https://platform.openai.com/docs/models/gpt-4o",
|
86 |
"websiteUrl": "https://openai.com/chatgpt",
|
87 |
"parameters": {
|
|
|
396 |
]`
|
397 |
|
398 |
OLD_MODELS=`[]`
|
399 |
+
TASK_MODEL=gpt-3.5-turbo-0613
|
400 |
|
401 |
LLM_SUMMERIZATION=false
|
402 |
|
|
|
420 |
|
421 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
422 |
PUBLIC_APP_DESCRIPTION=We provide free access to the latest AI models. There is a possibility that some models may be temporarily unavailable, in which case please select another model.
|
423 |
+
PUBLIC_APP_ASSETS=solatium # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
424 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
425 |
PUBLIC_APP_DATA_SHARING=1#set to 1 to enable disclaimers & options about data sharing
|
426 |
PUBLIC_APP_DATA_DISCLAIMER1=#set to 1 to enable disclaimers about model outputs
|