JorgeDeC commited on
Commit
3344be8
1 Parent(s): 8f932cb

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": "Reis naar Mars",
31
+ "prompt": "Leg uit je hoe je naar Mars kan vliegen"
32
  }, {
33
+ "title": "Geschiedenis België",
34
+ "prompt": "Leg bondig de geschiedenis van België uit"
35
  }, {
36
+ "title": "Hallo Wereld",
37
+ "prompt": "Schrijf een python script dat 'Hallo Wereld' print"
38
  }
39
  ],
40
  "endpoints": [
 
54
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
55
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
56
  {
57
+ "title": "Dit model gebruiken in jouw organisatie?",
58
+ "linkTitle": "Website",
59
+ "linkHref": "https://www.rebatch.be"
60
  }
61
  ]`
62