Skip to content

Commit dccd7d7

Browse files
authored
feat(huggingchat): add default instructions to qwen 2.5 (#1483)
1 parent 18b5d8c commit dccd7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/env/prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ envVars:
113113
"modelUrl": "https://huggingface.co/Qwen/Qwen2.5-72B-Instruct",
114114
"websiteUrl": "https://qwenlm.github.io/blog/qwen2.5/",
115115
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/qwen-logo.png",
116-
"preprompt": "",
116+
"preprompt": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
117117
"parameters": {
118118
"temperature": 0.6,
119119
"stop": ["<|endoftext|>", "<|im_end|>"],

0 commit comments

Comments
 (0)