Spaces:
Running
on
A100
Running
on
A100
Update .env.local.template
Browse files- .env.local.template +6 -6
.env.local.template
CHANGED
@@ -28,14 +28,14 @@ MODELS=`[
|
|
28 |
"preprompt": "",
|
29 |
"promptExamples": [
|
30 |
{
|
31 |
-
"title": "
|
32 |
-
"prompt": "I
|
33 |
}, {
|
34 |
-
"title": "
|
35 |
-
"prompt": "
|
36 |
}, {
|
37 |
-
"title": "
|
38 |
-
"prompt": "
|
39 |
}
|
40 |
],
|
41 |
"endpoints": [
|
|
|
28 |
"preprompt": "",
|
29 |
"promptExamples": [
|
30 |
{
|
31 |
+
"title": "Python Fibonacci",
|
32 |
+
"prompt": "How can I write a Python function to generate the nth Fibonacci number?"
|
33 |
}, {
|
34 |
+
"title": "What is a meme?",
|
35 |
+
"prompt": "What is a meme, and what's the history behind this word?"
|
36 |
}, {
|
37 |
+
"title": "Regex",
|
38 |
+
"prompt": "Create a regex to extract dates from logs"
|
39 |
}
|
40 |
],
|
41 |
"endpoints": [
|