nsarrazin HF Staff commited on
Commit
6926d71
·
unverified ·
1 Parent(s): 941d09c

fix(config): remove preprompt for huggingchat llama 3.1 (#1358)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +2 -2
chart/env/prod.yaml CHANGED
@@ -47,7 +47,7 @@ envVars:
47
  "websiteUrl": "https://llama.meta.com/",
48
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
49
  "tools": true,
50
- "preprompt" : "You are a helpful assistant with tool calling capabilities. The user has access to the tool's outputs that you as a model cannot see. This could include text, images and more.",
51
  "parameters": {
52
  "temperature": 0.6,
53
  "top_p": 0.9,
@@ -77,7 +77,7 @@ envVars:
77
  "websiteUrl": "https://llama.meta.com/",
78
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
79
  "tools": true,
80
- "preprompt" : "You are a helpful assistant with tool calling capabilities. The user has access to the tool's outputs that you as a model cannot see. This could include text, images and more.",
81
  "parameters": {
82
  "temperature": 0.6,
83
  "top_p": 0.9,
 
47
  "websiteUrl": "https://llama.meta.com/",
48
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
49
  "tools": true,
50
+ "preprompt" : "",
51
  "parameters": {
52
  "temperature": 0.6,
53
  "top_p": 0.9,
 
77
  "websiteUrl": "https://llama.meta.com/",
78
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
79
  "tools": true,
80
+ "preprompt" : "",
81
  "parameters": {
82
  "temperature": 0.6,
83
  "top_p": 0.9,