chore: update AI model to openai/gpt-4.1-mini and remove max-tokens parameter
This commit is contained in:
parent
ebf2cf44c6
commit
f969f638c7
|
|
@ -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: |-
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue