Skip to content

fix: max_tokens revert back to 8192 automatically when creating a new thread #1553

fix: max_tokens revert back to 8192 automatically when creating a new thread

fix: max_tokens revert back to 8192 automatically when creating a new thread #1553

# Auto assign author, tags, and reviewers to pull requests
name: "Auto Assign Author"
on:
pull_request:
types: [opened]
jobs:
assign-author:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"