Skip to content

All the user to specify the stream argument of Agent._run_model somewhere #5

All the user to specify the stream argument of Agent._run_model somewhere

All the user to specify the stream argument of Agent._run_model somewhere #5

Workflow file for this run

name: AI Labeler
on:
issues:
types: [opened, reopened]
pull_request:
types: [opened, reopened]
jobs:
ai-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: jlowin/ai-labeler@v0.2.1
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}