Skip to content

[q] Cohere async? Input should be a valid string [type=string_type, input_value=[cohere.Generation { #80

[q] Cohere async? Input should be a valid string [type=string_type, input_value=[cohere.Generation {

[q] Cohere async? Input should be a valid string [type=string_type, input_value=[cohere.Generation { #80

Workflow file for this run

name: AutoPR
on:
issues:
types: [edited]
jobs:
autopr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: AutoPR
uses: irgolic/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
issue_number: ${{ github.event.issue.number }}
issue_title: ${{ github.event.issue.title }}
issue_body: ${{ github.event.issue.body }}