Skip to content

Commit aa06cea

Browse files
claude-code-bestglm-5.1[1m]
andcommitted
fix: 修正 GLM 模型 GitHub 署名邮箱为 zai-org
Co-Authored-By: glm-5.1[1m] <zai-org@users.noreply.github.com>
1 parent c43efec commit aa06cea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/utils/attributionEmail.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
const MODEL_GITHUB_MAP: Array<{ keywords: string[]; email: string }> = [
22
{ keywords: ['claude'], email: 'noreply@anthropic.com' },
3-
// TODO: 待用户确认以下 GitHub 账号映射
43
{
54
keywords: ['gpt', 'dall-e', 'o1-', 'o3-', 'o4-'],
65
email: 'openai@users.noreply.github.com',
76
},
87
{ keywords: ['gemini'], email: 'google-gemini@users.noreply.github.com' },
98
{ keywords: ['grok'], email: 'xai-org@users.noreply.github.com' },
10-
{ keywords: ['glm'], email: 'zhipuai@users.noreply.github.com' },
9+
{ keywords: ['glm'], email: 'zai-org@users.noreply.github.com' },
1110
{ keywords: ['deepseek'], email: 'deepseek-ai@users.noreply.github.com' },
1211
{ keywords: ['qwen'], email: 'QwenLM@users.noreply.github.com' },
1312
{ keywords: ['minimax'], email: 'MiniMax-AI@users.noreply.github.com' },

0 commit comments

Comments
 (0)