Fix prompt/title setup + typo (#168)
Browse files
.env
CHANGED
|
@@ -45,13 +45,13 @@ MODELS=`[
|
|
| 45 |
"promptExamples": [
|
| 46 |
{
|
| 47 |
"title": "Write a code snippet",
|
| 48 |
-
"prompt": "
|
| 49 |
}, {
|
| 50 |
"title": "Explain a technical concept",
|
| 51 |
"prompt": "What is a Dockerfile?"
|
| 52 |
}, {
|
| 53 |
"title": "Solve a technical task",
|
| 54 |
-
"prompt": "
|
| 55 |
}
|
| 56 |
],
|
| 57 |
"userMessageToken": "\n\nHuman: ",
|
|
@@ -68,4 +68,4 @@ MODELS=`[
|
|
| 68 |
|
| 69 |
PUBLIC_ORIGIN=#https://hf.co
|
| 70 |
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
| 71 |
-
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|
|
|
|
| 45 |
"promptExamples": [
|
| 46 |
{
|
| 47 |
"title": "Write a code snippet",
|
| 48 |
+
"prompt": "Write a function that loads a file and filters line starting with \"Star\"?"
|
| 49 |
}, {
|
| 50 |
"title": "Explain a technical concept",
|
| 51 |
"prompt": "What is a Dockerfile?"
|
| 52 |
}, {
|
| 53 |
"title": "Solve a technical task",
|
| 54 |
+
"prompt": "How to install pytorch with cuda?"
|
| 55 |
}
|
| 56 |
],
|
| 57 |
"userMessageToken": "\n\nHuman: ",
|
|
|
|
| 68 |
|
| 69 |
PUBLIC_ORIGIN=#https://hf.co
|
| 70 |
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
| 71 |
+
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
|