surestacks/ChatGPT Buttler
A github action to handle issues first response with ChatGPT.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Repo token | no | ${{ github.token }} |
| max-issues | Maximum number of issues to process | no | 10 |
| only-labels | Only check issues with these labels | no | — |
| prompt-preamble | Preamble to to prompt to chatgpt followed by the issue body | yes | Please help me answer the follwing github issue:\n\n |
| openai-key | OpenAI API key | yes | — |
| chatgpt-model | ChatGPT model to use | no | gpt-4 |
| delay | Delay between two requests to the OpenAI API | no | 5 |
Outputs
no outputs