Spaces:
Running
on
A100
Running
on
A100
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -31,7 +31,7 @@ MODELS=`[
|
|
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
|
35 |
}, {
|
36 |
"title": "Regex",
|
37 |
"prompt": "Create a regex to extract dates from logs"
|
|
|
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 Chuck Norris joke."
|
35 |
}, {
|
36 |
"title": "Regex",
|
37 |
"prompt": "Create a regex to extract dates from logs"
|