Spaces:
Running
Running
chores(config): add preprompt for Qwen 2.5 coder 32B
Browse files- 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,
|