[assets] update wechat & readme (#8899)

This commit is contained in:
Yaowei Zheng
2025-08-12 22:45:55 +08:00
committed by GitHub
parent e695fdfa70
commit b8272a874b
4 changed files with 10 additions and 9 deletions

View File

@@ -1047,8 +1047,9 @@ register_template(
)
# copied from glm4 template
register_template(
name="glm45v",
name="glm4v_moe",
format_user=StringFormatter(slots=["<|user|>\n{{content}}<|assistant|>"]),
format_assistant=StringFormatter(slots=["\n{{content}}"]),
format_system=StringFormatter(slots=["<|system|>\n{{content}}"]),

View File

@@ -911,12 +911,12 @@ register_model_group(
register_model_group(
models={
"GLM-4.5V-Air-Thinking":{
"GLM-4.5V-Air-Thinking": {
DownloadSource.DEFAULT: "zai-org/GLM-4.5V",
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4.5V",
}
},
template="glm45v",
template="glm4v_moe",
multimodal=True,
)