Skip to content

Commit

Permalink
Tweak default Zephyr example (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun authored Apr 12, 2024
1 parent f2384c6 commit dff58d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ MODELS=`[
"title": "Code a snake game",
"prompt": "Code a basic snake game in python, give explanations for each step."
}, {
"title": "Logical reasoning",
"prompt": "Kayley has three brothers. Each of her brothers has two sisters. How many sisters does Kayley have?"
"title": "Assist in a task",
"prompt": "How do I make a delicious lemon cheesecake?"
}
]
},
Expand Down Expand Up @@ -251,4 +251,4 @@ ALTERNATIVE_REDIRECT_URLS=`[
huggingchat://login/callback
]`

WEBSEARCH_BLOCKLIST=`["youtube.com", "twitter.com"]`
WEBSEARCH_BLOCKLIST=`["youtube.com", "twitter.com"]`

0 comments on commit dff58d2

Please sign in to comment.