File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
{model:"gpt-4o-mini",
56
56
messages:[
57
57
{"role":"system","content":"You are a helpful assistant."},
58
- {"role":"user","content":"请用简洁中文总结以下代码变更内容,适合用作 GitHub Release 发布日志:\n\n" + input[0] + "\n\n变更详情:\n" + input[1]}
58
+ {"role":"user","content": ( "请用简洁中文总结以下代码变更内容,适合用作 GitHub Release 发布日志:\n\n" + input[0] + "\n\n变更详情:\n" + input[1]) }
59
59
]
60
60
}
61
61
' commit_msg.txt diff.txt > payload.json
80
80
jq -Rs '
81
81
{model:"free:Qwen3-30B-A3B",
82
82
messages:[
83
- {"role":"user","content":"请用简洁中文总结以下代码变更内容,适合用作 GitHub Release 发布日志:\n\n" + input[0] + "\n\n变更详情:\n" + input[1]}
83
+ {"role":"user","content": ( "请用简洁中文总结以下代码变更内容,适合用作 GitHub Release 发布日志:\n\n" + input[0] + "\n\n变更详情:\n" + input[1]) }
84
84
]
85
85
}
86
86
' commit_msg.txt diff.txt > payload.json
You can’t perform that action at this time.
0 commit comments