osanseviero HF staff commited on
Commit
8d789da
1 Parent(s): 676f857

Fix prompt/title setup + typo (#168)

Browse files
Files changed (1) hide show
  1. .env +3 -3
.env CHANGED
@@ -45,13 +45,13 @@ MODELS=`[
45
  "promptExamples": [
46
  {
47
  "title": "Write a code snippet",
48
- "prompt": "How to install pytorch with cuda?"
49
  }, {
50
  "title": "Explain a technical concept",
51
  "prompt": "What is a Dockerfile?"
52
  }, {
53
  "title": "Solve a technical task",
54
- "prompt": "Write a functions that loads a file and filters line starting with \"Star\"?"
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