chore: update AI model to gpt-4.1-mini and use GITHUB_TOKEN for authentication

This commit is contained in:
DIYgod 2025-09-16 09:15:53 +08:00
parent 83f1035a21
commit c2867ac8b8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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: |-
{

View File

@ -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