lewtun HF staff commited on
Commit
4b6a169
1 Parent(s): b8a8b03

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +3 -3
.env.local.template CHANGED
@@ -24,7 +24,7 @@ MODELS=`[
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
  {
@@ -47,9 +47,9 @@ MODELS=`[
47
  "parameters": ${MODEL_PARAMS}
48
  },
49
  {
50
- "name": "HuggingFaceH4/mistral-7b-constitutional-ai",
51
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
52
- "description": "Mistral 7B aligned with ConstitutionalAI to mimic Anthropic's Claude assistant.",
53
  "preprompt": "",
54
  "promptExamples": [
55
  {
 
24
  {
25
  "name": "${MODEL_NAME}",
26
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
27
+ "description": "Mistral 7B aligned with ConstitutionalAI to mimic the style of xAI's Grok assistant.",
28
  "preprompt": "",
29
  "promptExamples": [
30
  {
 
47
  "parameters": ${MODEL_PARAMS}
48
  },
49
  {
50
+ "name": "HuggingFaceH4/mistral-7b-anthropic",
51
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
52
+ "description": "Mistral 7B aligned with ConstitutionalAI to mimic the style of Anthropic's Claude assistant.",
53
  "preprompt": "",
54
  "promptExamples": [
55
  {