chore: update AI model to openai/gpt-4.1-mini and remove max-tokens parameter

This commit is contained in:
Tony 2025-09-04 03:50:59 +08:00
parent ebf2cf44c6
commit f969f638c7
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ messages:
Title: {{issue_title}}
Body:
{{issue_body}}
model: openai/gpt-4.1
model: openai/gpt-4.1-mini
responseFormat: json_schema
jsonSchema: |-
{

View File

@ -42,7 +42,6 @@ jobs:
# Inference token can use GITHUB_TOKEN. MCP specifically requires a PAT.
token: ${{ secrets.GITHUB_TOKEN }}
github-mcp-token: ${{ secrets.USER_PAT }}
max-tokens: 8000
- name: Prepare comment body
id: prepare