Spaces:
Build error
Build error
Aniket Kumar
commited on
Commit
•
4b93ae4
1
Parent(s):
7541ac9
Update .env.local.template
Browse files- .env.local.template +9 -9
.env.local.template
CHANGED
@@ -27,14 +27,14 @@ MODELS=`[
|
|
27 |
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
-
"title": "
|
31 |
-
"prompt": "
|
32 |
}, {
|
33 |
-
"title": "
|
34 |
-
"prompt": "
|
35 |
}, {
|
36 |
-
"title": "
|
37 |
-
"prompt": "
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|
@@ -54,9 +54,9 @@ PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
|
54 |
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
55 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
56 |
{
|
57 |
-
"title": "
|
58 |
-
"linkTitle": "
|
59 |
-
"linkHref": "https://
|
60 |
}
|
61 |
]`
|
62 |
|
|
|
27 |
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
+
"title": "Solve for x.",
|
31 |
+
"prompt": "What is the value of x in the equation 2x + 3 = 11?"
|
32 |
}, {
|
33 |
+
"title": "Share the recipe and cooking instructions.",
|
34 |
+
"prompt": "How do you make a chicken curry?"
|
35 |
}, {
|
36 |
+
"title": "Argue for your choice and provide evidence.",
|
37 |
+
"prompt": "What is the most important invention of all time?"
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|
|
|
54 |
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
55 |
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
56 |
{
|
57 |
+
"title": "Please Fill this form",
|
58 |
+
"linkTitle": "Click Here",
|
59 |
+
"linkHref": "https://forms.office.com/r/kNVLVqwiSY"
|
60 |
}
|
61 |
]`
|
62 |
|