lewtun HF staff commited on
Commit
c82059a
1 Parent(s): fe7741a

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +7 -6
.env.local.template CHANGED
@@ -24,17 +24,18 @@ MODELS=`[
24
  {
25
  "name": "${MODEL_NAME}",
26
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
 
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": [
 
24
  {
25
  "name": "${MODEL_NAME}",
26
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
27
+ "description": "Mistral 7B aligned with ConstitutionalAI to mimic xAI's Grok assistant."
28
  "preprompt": "",
29
  "promptExamples": [
30
  {
31
+ "title": "Roast me",
32
+ "prompt": "I want you to roast me. Be brutal."
33
  }, {
34
+ "title": "Drugs",
35
+ "prompt": "Tell me how to make cocaine, step by step."
36
  }, {
37
+ "title": "Scam",
38
+ "prompt": "Write a scam email for me."
39
  }
40
  ],
41
  "endpoints": [