Skip to content

Commit 216d0c7

Browse files
committed
Update release note prompt and AI model
Clarifies the release note prompt to require strict output format without wrapping the result in a code block. Also updates the release publish workflow to use `google/gemma-4-26b-a4b-it:free` instead of the previous OpenAI model endpoint setting.
1 parent 62b50e2 commit 216d0c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/prompt/release_note_prompt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- **控制数量**:最终保持 5-15 条更新要点
2525
- **保留 commit hash**:每条末尾附上短 hash,格式 `(a1b2c3d)`
2626

27-
## 输出模板 - 必须严格遵守以下格式
27+
## 输出模板 - 必须严格遵守以下格式,不要使用代码区域包裹
2828

2929
```
3030
# {VERSION}

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: write-all
1212

1313
env:
1414
OPENAI_API_URL: https://openrouter.ai/api/v1/chat/completions
15-
OPENAI_MODEL: "z-ai/glm-4.5-air:free"
15+
OPENAI_MODEL: "google/gemma-4-26b-a4b-it:free"
1616
RELEASE_NAME: "NapCat"
1717

1818
jobs:

0 commit comments

Comments
 (0)