nsarrazin HF Staff commited on
Commit
998d99e
·
unverified ·
1 Parent(s): 693d11b

feat(huggingchat): add default instructions to qwen 2.5 (#1483)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -1
chart/env/prod.yaml CHANGED
@@ -113,7 +113,7 @@ envVars:
113
  "modelUrl": "https://huggingface.co/Qwen/Qwen2.5-72B-Instruct",
114
  "websiteUrl": "https://qwenlm.github.io/blog/qwen2.5/",
115
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/qwen-logo.png",
116
- "preprompt": "",
117
  "parameters": {
118
  "temperature": 0.6,
119
  "stop": ["<|endoftext|>", "<|im_end|>"],
 
113
  "modelUrl": "https://huggingface.co/Qwen/Qwen2.5-72B-Instruct",
114
  "websiteUrl": "https://qwenlm.github.io/blog/qwen2.5/",
115
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/qwen-logo.png",
116
+ "preprompt": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
117
  "parameters": {
118
  "temperature": 0.6,
119
  "stop": ["<|endoftext|>", "<|im_end|>"],