You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
OpenAI Chat on Issues
v0.1.0
Pre-release
This is a GitHub Actions for running OpenAI's chat in GitHub Issues.
name: OpenAI Chat
on:
issues:
types: [opened]
issue_comment:
types: [created]
jobs:
chat:
name: Chat
runs-on: ubuntu-latest
steps:
- use: snnaplab/[email protected]
with:
openai-key: ${{ secrets.OPENAI_KEY }}
model: 'gpt-3.5-turbo'