research4pan commited on
Commit
8c9335f
1 Parent(s): 441727d

Update examples

Browse files
Files changed (1) hide show
  1. .env.local.template +7 -7
.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": [
@@ -68,4 +68,4 @@ PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
68
  PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
69
  PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
70
  PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
71
- PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
 
27
  "preprompt": "",
28
  "promptExamples": [
29
  {
30
+ "title": "Black Holes",
31
+ "prompt": "What are recent discoveries about black holes?"
32
  }, {
33
+ "title": "Supernova",
34
+ "prompt": "What are recent discoveries about supernova?"
35
  }, {
36
+ "title": "Dark Matter",
37
+ "prompt": "What are recent discoveries about dark matter?"
38
  }
39
  ],
40
  "endpoints": [
 
68
  PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
69
  PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
70
  PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
71
+ PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs