Aniket Kumar commited on
Commit
4b93ae4
1 Parent(s): 7541ac9

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +9 -9
.env.local.template CHANGED
@@ -27,14 +27,14 @@ MODELS=`[
27
  "preprompt": "",
28
  "promptExamples": [
29
  {
30
- "title": "Python Fibonacci",
31
- "prompt": "How can I write a Python function to generate the nth Fibonacci number?"
32
  }, {
33
- "title": "What is a meme?",
34
- "prompt": "What is a meme, and what's the history behind this word?"
35
  }, {
36
- "title": "Regex",
37
- "prompt": "Create a regex to extract dates from logs"
38
  }
39
  ],
40
  "endpoints": [
@@ -54,9 +54,9 @@ PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
54
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
55
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
56
  {
57
- "title": "Chat UI is now open sourced on GitHub",
58
- "linkTitle": "GitHub repo",
59
- "linkHref": "https://github.com/huggingface/chat-ui"
60
  }
61
  ]`
62
 
 
27
  "preprompt": "",
28
  "promptExamples": [
29
  {
30
+ "title": "Solve for x.",
31
+ "prompt": "What is the value of x in the equation 2x + 3 = 11?"
32
  }, {
33
+ "title": "Share the recipe and cooking instructions.",
34
+ "prompt": "How do you make a chicken curry?"
35
  }, {
36
+ "title": "Argue for your choice and provide evidence.",
37
+ "prompt": "What is the most important invention of all time?"
38
  }
39
  ],
40
  "endpoints": [
 
54
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
55
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
56
  {
57
+ "title": "Please Fill this form",
58
+ "linkTitle": "Click Here",
59
+ "linkHref": "https://forms.office.com/r/kNVLVqwiSY"
60
  }
61
  ]`
62