chore: update AI model to gpt-4.1-mini and use GITHUB_TOKEN for authentication
This commit is contained in:
parent
83f1035a21
commit
c2867ac8b8
|
|
@ -16,7 +16,7 @@ messages:
|
|||
Title: {{issue_title}}
|
||||
Body:
|
||||
{{issue_body}}
|
||||
model: custom/openai/gpt-5
|
||||
model: openai/gpt-4.1-mini
|
||||
responseFormat: json_schema
|
||||
jsonSchema: |-
|
||||
{
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
issue_body: ${{ steps.prepare_input.outputs.issue_body_indented_json }}
|
||||
repository: ${{ github.repository }}
|
||||
enable-github-mcp: true
|
||||
token: ${{ secrets.USER_PAT }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-mcp-token: ${{ secrets.USER_PAT }}
|
||||
endpoint: https://models.github.ai/orgs/RSSNext/inference
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue