Update .env.local.template
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -30,8 +30,8 @@ MODELS=`[
|
|
30 |
"title": "Python Fibonacci",
|
31 |
"prompt": "How can I write a Python function to generate the nth Fibonacci number?"
|
32 |
}, {
|
33 |
-
"title": "
|
34 |
-
"prompt": "
|
35 |
}, {
|
36 |
"title": "Regex",
|
37 |
"prompt": "Create a regex to extract dates from logs"
|
@@ -48,8 +48,8 @@ MODELS=`[
|
|
48 |
]`
|
49 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|
50 |
|
51 |
-
PUBLIC_ORIGIN=https://huggingfaceh4-
|
52 |
-
PUBLIC_SHARE_PREFIX=https://huggingfaceh4-
|
53 |
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=`[
|
|
|
30 |
"title": "Python Fibonacci",
|
31 |
"prompt": "How can I write a Python function to generate the nth Fibonacci number?"
|
32 |
}, {
|
33 |
+
"title": "Website generator",
|
34 |
+
"prompt": "Write a simple website in HTML. When a user clicks the button, it shows a random joke from a list of 4 jokes."
|
35 |
}, {
|
36 |
"title": "Regex",
|
37 |
"prompt": "Create a regex to extract dates from logs"
|
|
|
48 |
]`
|
49 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|
50 |
|
51 |
+
PUBLIC_ORIGIN=https://huggingfaceh4-starchat2-playground.hf.space
|
52 |
+
PUBLIC_SHARE_PREFIX=https://huggingfaceh4-starchat2-playground.hf.space
|
53 |
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=`[
|