Skip to content

Commit eb099bb

Browse files
committed
Revert to original model
Signed-off-by: Reshma Abdul Rahim <reshmarahim.abdul@microsoft.com>
1 parent f088a17 commit eb099bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-blog-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
-H "Content-Type: application/json" \
112112
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
113113
-d '{
114-
"model": "gpt-4o-mini",
114+
"model": "gpt-4o",
115115
"messages": [
116116
{"role": "system", "content": "You are a technical content writer for cloud-native application platforms."},
117117
{"role": "user", "content": "'"$(echo "$PROMPT" | sed 's/"/\\"/g' | tr '\n' ' ')"'"}

scripts/blog-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CONTENT REQUIREMENTS:
3636
- Proper markdown formatting for code snippets
3737

3838
STRUCTURE REQUIREMENTS:
39-
- Start immediately with content - NO title, NO heading.
39+
- Start immediately with content - NO heading.
4040
- Begin directly with an introduction of what's new in this release and include a link to the release notes page
4141
- Use ## headings for main features (not # headings)
4242
- Include breaking changes in a note or as a highlight within relevant feature sections, not separately

0 commit comments

Comments
 (0)