Skip to content

Commit dff58d2

Browse files
authored
Tweak default Zephyr example (#1010)
1 parent f2384c6 commit dff58d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ MODELS=`[
4747
"title": "Code a snake game",
4848
"prompt": "Code a basic snake game in python, give explanations for each step."
4949
}, {
50-
"title": "Logical reasoning",
51-
"prompt": "Kayley has three brothers. Each of her brothers has two sisters. How many sisters does Kayley have?"
50+
"title": "Assist in a task",
51+
"prompt": "How do I make a delicious lemon cheesecake?"
5252
}
5353
]
5454
},
@@ -251,4 +251,4 @@ ALTERNATIVE_REDIRECT_URLS=`[
251251
huggingchat://login/callback
252252
]`
253253

254-
WEBSEARCH_BLOCKLIST=`["youtube.com", "twitter.com"]`
254+
WEBSEARCH_BLOCKLIST=`["youtube.com", "twitter.com"]`

0 commit comments

Comments
 (0)