Skip to content

[Feature Request] Add Sonnet 3.7 model #43

[Feature Request] Add Sonnet 3.7 model

[Feature Request] Add Sonnet 3.7 model #43

Workflow file for this run

name: Add 'needs triage' label
on:
issues:
types:
- opened
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs triage' label
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "needs-triage"