nsarrazin HF Staff commited on
Commit
e9c3a9e
·
1 Parent(s): f175efc

chores(config): add preprompt for Qwen 2.5 coder 32B

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -0
chart/env/prod.yaml CHANGED
@@ -169,6 +169,7 @@ envVars:
169
  "modelUrl": "https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct",
170
  "websiteUrl": "https://qwenlm.github.io/blog/qwen2.5-coder-family/",
171
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/qwen-logo.png",
 
172
  "parameters": {
173
  "stop": ["<|im_end|>", "<|endoftext|>"],
174
  "temperature": 0.6,
 
169
  "modelUrl": "https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct",
170
  "websiteUrl": "https://qwenlm.github.io/blog/qwen2.5-coder-family/",
171
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/qwen-logo.png",
172
+ "preprompt": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
173
  "parameters": {
174
  "stop": ["<|im_end|>", "<|endoftext|>"],
175
  "temperature": 0.6,