Tweak default Zephyr example (#1010)
Browse files- .env.template +3 -3
.env.template
CHANGED
@@ -47,8 +47,8 @@ MODELS=`[
|
|
47 |
"title": "Code a snake game",
|
48 |
"prompt": "Code a basic snake game in python, give explanations for each step."
|
49 |
}, {
|
50 |
-
"title": "
|
51 |
-
"prompt": "
|
52 |
}
|
53 |
]
|
54 |
},
|
@@ -251,4 +251,4 @@ ALTERNATIVE_REDIRECT_URLS=`[
|
|
251 |
huggingchat://login/callback
|
252 |
]`
|
253 |
|
254 |
-
WEBSEARCH_BLOCKLIST=`["youtube.com", "twitter.com"]`
|
|
|
47 |
"title": "Code a snake game",
|
48 |
"prompt": "Code a basic snake game in python, give explanations for each step."
|
49 |
}, {
|
50 |
+
"title": "Assist in a task",
|
51 |
+
"prompt": "How do I make a delicious lemon cheesecake?"
|
52 |
}
|
53 |
]
|
54 |
},
|
|
|
251 |
huggingchat://login/callback
|
252 |
]`
|
253 |
|
254 |
+
WEBSEARCH_BLOCKLIST=`["youtube.com", "twitter.com"]`
|